*Fix a typo in Brutallus.

--HG--
branch : trunk
This commit is contained in:
Anubisss
2009-04-29 16:09:40 +02:00
parent 1b690cf84d
commit e0a3fb08bf

View File

@@ -295,7 +295,7 @@ struct TRINITY_DLL_DECL boss_brutallusAI : public ScriptedAI
if(BurnTimer < diff)
{
if(Unit *target = SelectUnit(SELECT_TARGET_RANDOM, 0))
target->CastSpell(target,SPELL_BURN,true);
DoCast(target, SPELL_BURN, true);
BurnTimer = 60000;
}else BurnTimer -= diff;