Skip to content

Commit

Permalink
fix(Scripts/MagisterTerrace): Fix Phoenixes and eggs not despawning (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah authored Jan 24, 2025
1 parent a13c2ff commit c08a1ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ 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();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ enum MTCreatures
NPC_DELRISSA = 24560,
NPC_FEL_CRYSTAL = 24722,
NPC_KAEL_THAS = 24664,
NPC_PHOENIX = 21362,
NPC_PHOENIX_EGG = 21364,
NPC_PHOENIX = 24674,
NPC_PHOENIX_EGG = 24675,
NPC_KALECGOS = 24844
};

Expand Down

0 comments on commit c08a1ee

Please sign in to comment.