fix(Scripts/MagisterTerrace): Fix Phoenixes and eggs not despawning (#21260)

This commit is contained in:
Andrew
2025-01-24 15:44:54 -03:00
committed by GitHub
parent a13c2ff55f
commit c08a1eefff
2 changed files with 2 additions and 3 deletions

View File

@@ -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();

View File

@@ -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
};