Remove corpse methods (report if needing them) and made changes to objectaccessor required by TC

See 402a3c45ff for more
This commit is contained in:
Rochet2
2015-09-30 22:00:53 +03:00
parent 64a442a887
commit 28161fa2fc
6 changed files with 14 additions and 69 deletions

View File

@@ -213,7 +213,7 @@ namespace LuaMap
switch (GUID_HIPART(guid))
{
case HIGHGUID_PLAYER:
Eluna::Push(L, sObjectAccessor->GetPlayer(map, ObjectGuid(guid)));
Eluna::Push(L, eObjectAccessor()GetPlayer(map, ObjectGuid(guid)));
break;
case HIGHGUID_TRANSPORT:
case HIGHGUID_MO_TRANSPORT: