mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
Fixed Hand of Reckoning effect on shaman totems
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user