Skip to content

Commit

Permalink
fix(Scripts/MagistersTerrace): Pheonix will now reset after death (#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkysc authored Jan 23, 2025
1 parent f0507fb commit 67c1f13
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ struct boss_felblood_kaelthas : public BossAI
_gravityLapseCounter = 0;
me->ApplySpellImmune(0, IMMUNITY_EFFECT, SPELL_EFFECT_INTERRUPT_CAST, false);
me->SetImmuneToAll(false);
summons.DespawnAll();

ScheduleHealthCheckEvent(50, [&]{
me->CastStop();
me->ApplySpellImmune(0, IMMUNITY_EFFECT, SPELL_EFFECT_INTERRUPT_CAST, true);
Expand Down

0 comments on commit 67c1f13

Please sign in to comment.