From 4fc564d360f07fc9c26f37dddc5731bb4f6e9535 Mon Sep 17 00:00:00 2001 From: Rat Date: Wed, 18 Nov 2009 12:49:25 +0100 Subject: *fix Brutallus' Burn -it's a self cast spell, don't cast it on the boss.. --HG-- branch : trunk --- .../scripts/scripts/eastern_kingdoms/sunwell_plateau/boss_brutallus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/bindings/scripts/scripts/eastern_kingdoms/sunwell_plateau/boss_brutallus.cpp b/src/bindings/scripts/scripts/eastern_kingdoms/sunwell_plateau/boss_brutallus.cpp index 12e19c1b215..61318693b90 100644 --- a/src/bindings/scripts/scripts/eastern_kingdoms/sunwell_plateau/boss_brutallus.cpp +++ b/src/bindings/scripts/scripts/eastern_kingdoms/sunwell_plateau/boss_brutallus.cpp @@ -319,7 +319,7 @@ struct TRINITY_DLL_DECL boss_brutallusAI : public ScriptedAI for (std::list::iterator i = pTargets.begin(); i != pTargets.end(); ++i) if(!(*i)->HasAura(SPELL_BURN)) { - DoCast(*i, SPELL_BURN, true); + (*i)->CastSpell((*i), SPELL_BURN, true); break; } BurnTimer = urand(60000,180000); -- cgit v1.2.3