*fix Brutallus' Burn

-it's a self cast spell, don't cast it on the boss..

--HG--
branch : trunk
This commit is contained in:
Rat
2009-11-18 12:49:25 +01:00
parent 559df76699
commit 4fc564d360

View File

@@ -319,7 +319,7 @@ struct TRINITY_DLL_DECL boss_brutallusAI : public ScriptedAI
for (std::list<Unit*>::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);