aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuras.cpp
diff options
context:
space:
mode:
authorXanadu <none@none>2010-03-17 17:43:28 +0100
committerXanadu <none@none>2010-03-17 17:43:28 +0100
commita73b9b0f1ec557ac3fa4acf34f774996f4aa1369 (patch)
tree54df1c32e5a2574d3833691f7dc121785257401f /src/game/SpellAuras.cpp
parente5cbe017f402a8e0f6feccdad42a11ff5ce06361 (diff)
Cleanup
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
-rw-r--r--src/game/SpellAuras.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp
index 3754043c572..d4b84e9191f 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -1415,8 +1415,6 @@ void Aura::HandleAuraSpecificMods(AuraApplication const * aurApp, Unit * caster,
// Drain Soul - If the target is at or below 25% health, Drain Soul causes four times the normal damage
if (GetSpellProto()->SpellFamilyFlags[0] & 0x00004000)
{
- if (!target)
- break;
if (apply)
{
if (target != caster && target->GetHealth() <= target->GetMaxHealth() / 4)