diff options
Diffstat (limited to 'src/game/GameObject.h')
-rw-r--r-- | src/game/GameObject.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/GameObject.h b/src/game/GameObject.h index c0362702176..1386e220317 100644 --- a/src/game/GameObject.h +++ b/src/game/GameObject.h @@ -729,6 +729,9 @@ class TRINITY_DLL_SPEC GameObject : public WorldObject std::set<uint32> m_unique_users; uint32 m_usetimes; + typedef std::map<uint32,uint64> ChairSlotAndUser; + ChairSlotAndUser ChairListSlots; + uint32 m_DBTableGuid; ///< For new or temporary gameobjects is 0 for saved it is lowguid GameObjectInfo const* m_goInfo; GameObjectData const* m_goData; |