Fixed Hand of Reckoning effect on shaman totems

This commit is contained in:
Yehonal
2017-10-22 21:29:15 +00:00
parent eb6ab9e120
commit 5ad0bd2134

View File

@@ -3218,7 +3218,7 @@ void Spell::EffectTaunt(SpellEffIndex /*effIndex*/)
return; return;
// xinef: Hand of Reckoning, cast before checing canhavethreatlist. fixes damage against pets // xinef: Hand of Reckoning, cast before checing canhavethreatlist. fixes damage against pets
if (m_spellInfo->Id == 62124 && unitTarget->GetVictim() != m_caster && !unitTarget->IsTotem()) if (m_spellInfo->Id == 62124 && unitTarget->GetVictim() != m_caster)
m_caster->CastSpell(unitTarget, 67485, true); m_caster->CastSpell(unitTarget, 67485, true);
// this effect use before aura Taunt apply for prevent taunt already attacking target // this effect use before aura Taunt apply for prevent taunt already attacking target