aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellEffects.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-05-09 10:48:14 -0500
committermegamage <none@none>2009-05-09 10:48:14 -0500
commit6592e99f4aa8972452ee5fd426893f2cf832e291 (patch)
treec6fff6cda83001d606d4f26ef69539f93da628ab /src/game/SpellEffects.cpp
parent3b4e4b82159eff3411297e8e300cbc9a7bf7a1b5 (diff)
*Some update of spell target selection.
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r--src/game/SpellEffects.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp
index c7119c993ec..d213040ede4 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -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:
{