diff options
Diffstat (limited to 'src/game/PetAI.h')
-rw-r--r-- | src/game/PetAI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/PetAI.h b/src/game/PetAI.h index a346908ee0e..67ce6edefe3 100644 --- a/src/game/PetAI.h +++ b/src/game/PetAI.h @@ -47,6 +47,7 @@ class TRINITY_DLL_DECL PetAI : public CreatureAI void UpdateAllies(); TimeTracker i_tracker; + bool inCombat; std::set<uint64> m_AllySet; uint32 m_updateAlliesTimer; |