diff options
author | megamage <none@none> | 2009-08-27 19:51:14 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-08-27 19:51:14 -0500 |
commit | 82bd15b7beb92d57e3925781581d62425d675398 (patch) | |
tree | 9f53464e45bf3a6a31c5511ae74b206d8ccc9294 /src/game/ObjectAccessor.h | |
parent | fba8a23b635460ff8a8b4c1001127fd1d400c7cf (diff) |
*fixed warning spam at CMSG_MOVE_SET_CAN_FLY_ACK receive by use proper packet sructure reading. Author: VladimirMangos
--HG--
branch : trunk
Diffstat (limited to 'src/game/ObjectAccessor.h')
-rw-r--r-- | src/game/ObjectAccessor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/ObjectAccessor.h b/src/game/ObjectAccessor.h index 3979831657b..5db7dd274bc 100644 --- a/src/game/ObjectAccessor.h +++ b/src/game/ObjectAccessor.h @@ -161,6 +161,7 @@ class MANGOS_DLL_DECL ObjectAccessor : public MaNGOS::Singleton<ObjectAccessor, else return NULL; } + static WorldObject* GetWorldObject(WorldObject const &, uint64); static Object* GetObjectByTypeMask(WorldObject const &, uint64, uint32 typemask); static Creature* GetCreatureOrPetOrVehicle(WorldObject const &, uint64); static Unit* GetUnit(WorldObject const &, uint64 guid) { return GetObjectInWorld(guid, (Unit*)NULL); } |