diff options
Diffstat (limited to 'src/game/GuardAI.h')
-rw-r--r-- | src/game/GuardAI.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/GuardAI.h b/src/game/GuardAI.h index 16e0c6e8bd6..30f76dd509a 100644 --- a/src/game/GuardAI.h +++ b/src/game/GuardAI.h @@ -39,7 +39,6 @@ class TRINITY_DLL_DECL GuardAI : public CreatureAI GuardAI(Creature *c); void MoveInLineOfSight(Unit *); - void AttackStart(Unit *); void EnterEvadeMode(); void JustDied(Unit *); bool IsVisible(Unit *) const; |