Skip to content

Commit

Permalink
SHH: Fix permacharging
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Dec 17, 2024
1 parent 04fd31a commit 99d2cfc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,10 @@ struct boss_warchief_kargath_bladefistAI : public CombatAI
}
case WARCHIEF_KARGATH_CHARGE:
if (Unit* target = m_creature->SelectAttackingTarget(ATTACKING_TARGET_RANDOM, 0, nullptr, SELECT_FLAG_PLAYER))
{
DoCastSpellIfCan(target, SPELL_CHARGE_H);
DisableCombatAction(action);
}
break;
}
}
Expand Down

0 comments on commit 99d2cfc

Please sign in to comment.