From 69aedc666d8f6611ce6ebae1052f7d61cf63630d Mon Sep 17 00:00:00 2001 From: QAston Date: Mon, 22 Feb 2010 17:09:48 +0100 Subject: [PATCH] *Remove no longer needed hack after trigger target fixes. --HG-- branch : trunk --- src/game/Spell.cpp | 7 ------- 1 file changed, 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(); } }