aboutsummaryrefslogtreecommitdiff
path: root/src/game/UnitAI.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/UnitAI.h')
-rw-r--r--src/game/UnitAI.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/UnitAI.h b/src/game/UnitAI.h
index c5e02b07d1b..e56ae6a8e0a 100644
--- a/src/game/UnitAI.h
+++ b/src/game/UnitAI.h
@@ -68,8 +68,10 @@ class TRINITY_DLL_SPEC UnitAI
void AttackStartCaster(Unit *victim, float dist);
+ void DoAddAuraToAllHostilePlayers(uint32 spellid);
void DoCast(uint32 spellId);
void DoCast(Unit* victim, uint32 spellId, bool triggered = false);
+ void DoCastToAllHostilePlayers(uint32 spellid, bool triggered = false);
void DoCastVictim(uint32 spellId, bool triggered = false);
void DoCastAOE(uint32 spellId, bool triggered = false);