Fix TC build

This commit is contained in:
Rochet2
2015-09-24 11:48:07 +03:00
parent 7ec215b2d7
commit 8daaf04994
8 changed files with 97 additions and 24 deletions

View File

@@ -157,7 +157,7 @@ namespace LuaGameObject
int GetDBTableGUIDLow(Eluna* /*E*/, lua_State* L, GameObject* go)
{
#ifdef TRINITY
Eluna::Push(L, go->GetDBTableGUIDLow());
Eluna::Push(L, go->GetSpawnId());
#else
// on mangos based this is same as lowguid
Eluna::Push(L, go->GetGUIDLow());