mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 11:55:43 +00:00
fix(Scripts/TheEye): Make Solarian visible on phase transition (#18585)
This commit is contained in:
@@ -76,6 +76,7 @@ struct boss_high_astromancer_solarian : public BossAI
|
||||
Talk(SAY_VOID);
|
||||
me->InterruptNonMeleeSpells(false);
|
||||
scheduler.CancelAll();
|
||||
me->SetModelVisible(true);
|
||||
me->ResumeChasingVictim();
|
||||
scheduler.Schedule(3s, [this](TaskContext context)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user