Core/Spells: Remove outdated code for Hand of Reckoning

This commit is contained in:
Shocker
2011-11-26 23:57:11 +02:00
parent ed55fc3567
commit f69a8f4e76

View File

@@ -3981,9 +3981,6 @@ void Spell::EffectTaunt(SpellEffIndex /*effIndex*/)
return;
}
if (m_spellInfo->Id == 62124)
m_caster->CastSpell(unitTarget, 67485, true);
// Also use this effect to set the taunter's threat to the taunted creature's highest value
if (unitTarget->getThreatManager().getCurrentVictim())
{