Skip to content

Commit

Permalink
[SD] Kelidan should target topaggro during Shadowboltvolley cast
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonXS authored and killerwife committed Sep 16, 2021
1 parent 03cc503 commit 623d25a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -239,7 +239,7 @@ struct boss_kelidan_the_breakerAI : public CombatAI
}
break;
case KELIDAN_SHADOW_BOLT_VOLLEY:
if (DoCastSpellIfCan(nullptr, m_isRegularMode ? SPELL_SHADOW_BOLT_VOLLEY : SPELL_SHADOW_BOLT_VOLLEY_H) == CAST_OK)
if (DoCastSpellIfCan(m_creature->GetVictim(), m_isRegularMode ? SPELL_SHADOW_BOLT_VOLLEY : SPELL_SHADOW_BOLT_VOLLEY_H) == CAST_OK)
ResetCombatAction(action, urand(5000, 13000));
break;
case KELIDAN_CORRUPTION:
Expand Down

0 comments on commit 623d25a

Please sign in to comment.