mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
Core/Spell: Hand of Reckoning kills totem & puts in combat (#1139)
Closes #626
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user