Skip to content

Commit

Permalink
Overload Emote
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkysc authored Jan 26, 2025
1 parent c420571 commit 82775ba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ struct boss_vexallus : public BossAI
{
if (!_overloaded && _pureEnergy == 0 && !_energyCooldown && HealthBelowPct(20))
{
Talk(SAY_OVERLOAD);
DoCastSelf(SPELL_OVERLOAD, true);
_overloaded = true;
}
Expand Down

0 comments on commit 82775ba

Please sign in to comment.