diff --git a/src/server/scripts/Outland/TempestKeep/Eye/boss_astromancer.cpp b/src/server/scripts/Outland/TempestKeep/Eye/boss_astromancer.cpp index 3f513f901..a9b2eb987 100644 --- a/src/server/scripts/Outland/TempestKeep/Eye/boss_astromancer.cpp +++ b/src/server/scripts/Outland/TempestKeep/Eye/boss_astromancer.cpp @@ -116,7 +116,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)) + if (Unit* target = SelectTarget(SelectTargetMethod::Random, 0, 40.0f, true, true, -SPELL_WRATH_OF_THE_ASTROMANCER)) { DoCast(target, SPELL_ARCANE_MISSILES); }