aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellEffects.cpp
diff options
context:
space:
mode:
authorQAston <none@none>2009-04-13 19:51:37 +0200
committerQAston <none@none>2009-04-13 19:51:37 +0200
commitb972327979988d5221b51b22a120874107094324 (patch)
tree0352e4cdc9d99c321d92d7843181db850e753800 /src/game/SpellEffects.cpp
parent52571d6d48c14ebfffec68b4f47ad499b431fa45 (diff)
*Fix healing amount for Haunt
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r--src/game/SpellEffects.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp
index 021fd24fd71..fee53a2aafe 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -448,12 +448,6 @@ void Spell::SpellDamageSchoolDmg(uint32 effect_idx)
if(unitTarget->HasAuraState(AURA_STATE_IMMOLATE, m_spellInfo, m_caster))
damage += int32(damage*0.25f);
}
- // Haunt
- else if (m_spellInfo->SpellFamilyFlags[1] & 0x40000)
- {
- m_currentBasePoints[1] = int32(damage * m_currentBasePoints[1] / 100);
- }
-
// Conflagrate - consumes immolate
if (m_spellInfo->TargetAuraState == AURA_STATE_IMMOLATE)
{