Core/Spell: Hand of Reckoning kills totem & puts in combat (#1139)
Closes #626
This commit is contained in:
parent
2d575299d3
commit
db25b814e2
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue