*Remove no longer needed hack after trigger target fixes.

--HG--
branch : trunk
This commit is contained in:
QAston
2010-02-22 17:09:48 +01:00
parent 1c3bbdcce8
commit 69aedc666d

View File

@@ -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();
}
}