mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 00:48:39 +01:00
Scripts/FL: interrupt Ragnaros' spells when defeating him on normal difficulty
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user