Skip to content

Commit

Permalink
fix(Scripts/TheEye): allow Solarian to cast on pets/totems (azerothco…
Browse files Browse the repository at this point in the history
  • Loading branch information
elthehablo authored Mar 12, 2024
1 parent a7026e7 commit 6b5289f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ struct boss_high_astromancer_solarian : public BossAI
scheduler.Schedule(3650ms, [this](TaskContext context)
{
me->GetMotionMaster()->Clear();
if (Unit* target = SelectTarget(SelectTargetMethod::Random, 0, 40.0f, true, true, -SPELL_WRATH_OF_THE_ASTROMANCER))
if (Unit* target = SelectTarget(SelectTargetMethod::Random, 0, 40.0f, false, true, -SPELL_WRATH_OF_THE_ASTROMANCER))
{
DoCast(target, SPELL_ARCANE_MISSILES);
}
Expand Down

0 comments on commit 6b5289f

Please sign in to comment.