fix(Scripts/MagisterTerrace): Fix Phoenixes and eggs not despawning (#21260)
This commit is contained in:
parent
a13c2ff55f
commit
c08a1eefff
@ -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();
|
||||
|
||||
@ -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
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user