diff options
Diffstat (limited to 'src/game/PetAI.h')
-rw-r--r-- | src/game/PetAI.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/PetAI.h b/src/game/PetAI.h index 017627d73f0..eebd1e27a67 100644 --- a/src/game/PetAI.h +++ b/src/game/PetAI.h @@ -33,8 +33,6 @@ class TRINITY_DLL_DECL PetAI : public CreatureAI PetAI(Creature *c); - void MoveInLineOfSight(Unit *); - void AttackStart(Unit *); void EnterEvadeMode(); void JustDied(Unit* who) { _stopAttack(); } |