Core/Spell: Hand of Reckoning kills totem & puts in combat (#1139)

Closes #626
This commit is contained in:
Poszer
2018-12-25 19:39:02 +01:00
committed by Barbz
parent 2d575299d3
commit db25b814e2

View File

@@ -3230,7 +3230,10 @@ void Spell::EffectTaunt(SpellEffIndex /*effIndex*/)
// xinef: Hand of Reckoning, cast before checing canhavethreatlist. fixes damage against pets
if (m_spellInfo->Id == 62124 && unitTarget->GetVictim() != m_caster)
{
m_caster->CastSpell(unitTarget, 67485, true);
unitTarget->CombatStart(m_caster);
}
// this effect use before aura Taunt apply for prevent taunt already attacking target
// for spell as marked "non effective at already attacking target"