Skip to content

Commit

Permalink
Update boss_vexallus.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkysc authored Jan 26, 2025
1 parent 4e4fd5c commit 967e168
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ struct boss_vexallus : public BossAI
_energyCooldown = false;
});
}
else if (_overloaded && HealthBelowPct(20) && _pureEnergy == 0)
else if (!_overloaded && HealthBelowPct(20) && _pureEnergy == 0)
{
Talk(SAY_OVERLOAD);
DoCastSelf(SPELL_OVERLOAD, true);
Expand Down

0 comments on commit 967e168

Please sign in to comment.