aboutsummaryrefslogtreecommitdiff
path: root/src/bindings/scripts
diff options
context:
space:
mode:
authormegamage <none@none>2009-05-06 16:33:06 -0500
committermegamage <none@none>2009-05-06 16:33:06 -0500
commit00c55974d4ac2ae68cf6394b1ae79f6291005c1b (patch)
treea1a861b831307b74620f24645a0592f7da24611c /src/bindings/scripts
parentda382aaf338841a05905c0aec2b5da65e464b858 (diff)
parent9bbde48afbe5568f75df24ea0b0aad3d8660c54b (diff)
*Merge.
--HG-- branch : trunk
Diffstat (limited to 'src/bindings/scripts')
-rw-r--r--src/bindings/scripts/scripts/zone/sunwell_plateau/boss_brutallus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_brutallus.cpp b/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_brutallus.cpp
index 6c5020e574c..4faa0f792bf 100644
--- a/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_brutallus.cpp
+++ b/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_brutallus.cpp
@@ -295,7 +295,7 @@ struct TRINITY_DLL_DECL boss_brutallusAI : public ScriptedAI
if(BurnTimer < diff)
{
if(Unit *target = SelectUnit(SELECT_TARGET_RANDOM, 0))
- DoCast(target, SPELL_BURN, true);
+ target->CastSpell(target, SPELL_BURN, true);
BurnTimer = 60000;
}else BurnTimer -= diff;