diff options
Diffstat (limited to 'src/game/UnitAI.h')
-rw-r--r-- | src/game/UnitAI.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/UnitAI.h b/src/game/UnitAI.h index 81f4442cfbd..f0e4c996c84 100644 --- a/src/game/UnitAI.h +++ b/src/game/UnitAI.h @@ -126,8 +126,8 @@ class 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 DoCast(uint32 spellId, bool useMode = false); + void DoCast(Unit* victim, uint32 spellId, bool triggered = false, bool useMode = false); void DoCastToAllHostilePlayers(uint32 spellid, bool triggered = false); void DoCastVictim(uint32 spellId, bool triggered = false); void DoCastAOE(uint32 spellId, bool triggered = false); |