Skip to content

Commit

Permalink
Pure Energy no auto attack
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkysc authored Jan 26, 2025
1 parent 93ea180 commit c420571
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ struct npc_pure_energy : public ScriptedAI
{
if (Unit* target = vexallus->AI()->SelectTarget(SelectTargetMethod::Random, 0))
{
AttackStart(target);
me->CastSpell(target, SPELL_ENERGY_FEEDBACK_CHANNEL, false);
}
}
Expand Down

0 comments on commit c420571

Please sign in to comment.