aboutsummaryrefslogtreecommitdiff
path: root/src/game/Spell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r--src/game/Spell.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp
index ccc84acf098..a302079faa3 100644
--- a/src/game/Spell.cpp
+++ b/src/game/Spell.cpp
@@ -1393,13 +1393,6 @@ SpellMissInfo Spell::DoSpellHitOnUnit(Unit *unit, const uint32 effectMask, bool
m_spellAura->SetMaxDuration(duration);
m_spellAura->SetDuration(duration);
}
-
- // Prayer of Mending (jump animation), we need formal caster instead original for correct animation
- if(aurSpellInfo->SpellFamilyName == SPELLFAMILY_PRIEST)
- {
- if(aurSpellInfo->SpellFamilyFlags[1] & 0x000020)
- m_caster->CastSpell(unit, 41637, true, NULL, NULL, m_originalCasterGUID);
- }
m_spellAura->_RegisterForTargets();
}
}