*Some update of spell target selection.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-05-09 10:48:14 -05:00
parent 3b4e4b8215
commit 6592e99f4a
4 changed files with 31 additions and 20 deletions

View File

@@ -4775,17 +4775,17 @@ void Spell::EffectScriptEffect(uint32 effIndex)
unitTarget->CastSpell(unitTarget, 44870, true);
break;
}
// spell of Brutallus - Stomp
case 45185:
{
if(!unitTarget)
return;
if(unitTarget->HasAura(46394)) // spell of Brutallus - Burn
unitTarget->RemoveAurasDueToSpell(46394);
// spell of Brutallus - Stomp
case 45185:
{
if(!unitTarget)
return;
break;
}
if(unitTarget->HasAura(46394)) // spell of Brutallus - Burn
unitTarget->RemoveAurasDueToSpell(46394);
break;
}
// Negative Energy
case 46289:
{