mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
Core/Spells: Remove outdated code for Hand of Reckoning
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user