fix(Scripts/TheEye): Make Solarian visible on phase transition (#18585)
This commit is contained in:
parent
f567283f2b
commit
1198766afa
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue