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 671bd84addf..1f914a39006 100644 --- a/src/game/GameObject.h +++ b/src/game/GameObject.h @@ -708,6 +708,9 @@ class GameObject : public WorldObject, public GridObject<GameObject> Loot loot; + uint32 m_groupLootTimer; // (msecs)timer used for group loot + uint64 lootingGroupLeaderGUID; // used to find group which is looting + bool hasQuest(uint32 quest_id) const; bool hasInvolvedQuest(uint32 quest_id) const; bool ActivateToQuest(Player *pTarget) const; |