aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/SpellEffects.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp
index d29c106c003..f535033b0e6 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -2731,6 +2731,8 @@ void Spell::EffectPowerBurn(uint32 i)
//unitTarget->ModifyHealth(-new_damage);
if(m_originalCaster)
m_originalCaster->DealDamage(unitTarget, new_damage);
+
+ unitTarget->RemoveAurasByType(SPELL_AURA_MOD_FEAR);
}
void Spell::EffectHeal( uint32 /*i*/ )