mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Fix TC build
This commit is contained in:
@@ -182,7 +182,11 @@ namespace LuaObject
|
||||
*/
|
||||
int GetGUIDLow(Eluna* /*E*/, lua_State* L, Object* obj)
|
||||
{
|
||||
#ifdef TRINITY
|
||||
Eluna::Push(L, obj->GetGUID().GetCounter());
|
||||
#else
|
||||
Eluna::Push(L, obj->GetGUIDLow());
|
||||
#endif
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user