Scripts/FL: interrupt Ragnaros' spells when defeating him on normal difficulty

This commit is contained in:
Ovahlord
2022-04-02 22:25:06 +02:00
parent 600ffafd1f
commit befe4fe8b4

View File

@@ -892,6 +892,7 @@ private:
EntryCheckPredicate pred(NPC_LAVA_SCION);
summons.DoAction(ACTION_DISENGAGE, pred);
summons.DespawnAll();
me->InterruptNonMeleeSpells(true);
instance->instance->SpawnGroupDespawn(SPAWN_GROUP_ID_RAGNAROS_STALKERS);
events.Reset();
instance->SendEncounterUnit(ENCOUNTER_FRAME_DISENGAGE, me);