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 b81bdd8e14f..017627d73f0 100644 --- a/src/game/PetAI.h +++ b/src/game/PetAI.h @@ -58,3 +58,4 @@ class TRINITY_DLL_DECL PetAI : public CreatureAI std::vector<TargetSpellPair> m_targetSpellStore; }; #endif + |