diff options
| author | megamage <none@none> | 2009-05-09 10:48:14 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-05-09 10:48:14 -0500 |
| commit | 6592e99f4aa8972452ee5fd426893f2cf832e291 (patch) | |
| tree | c6fff6cda83001d606d4f26ef69539f93da628ab /src/game/SpellEffects.cpp | |
| parent | 3b4e4b82159eff3411297e8e300cbc9a7bf7a1b5 (diff) | |
*Some update of spell target selection.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
| -rw-r--r-- | src/game/SpellEffects.cpp | 20 |
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: { |
