diff options
Diffstat (limited to 'src/game/CombatAI.h')
-rw-r--r-- | src/game/CombatAI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/CombatAI.h b/src/game/CombatAI.h index 96f46d73b5b..5ded95601ae 100644 --- a/src/game/CombatAI.h +++ b/src/game/CombatAI.h @@ -81,6 +81,7 @@ struct TRINITY_DLL_SPEC TurretAI : public CreatureAI { public: explicit TurretAI(Creature *c); + bool CanAIAttack(const Unit *who) const; void AttackStart(Unit *who); void UpdateAI(const uint32 diff); |