From 09b9320f6fcfdbcbd22b0407447c7c416a83e9bd Mon Sep 17 00:00:00 2001 From: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com> Date: Thu, 10 Jul 2025 14:59:25 +0200 Subject: [PATCH] fix(Script/ScarletEnclave): Darion now have Corrupter Ashbringer on respawn. (#22452) --- src/server/scripts/EasternKingdoms/ScarletEnclave/chapter5.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter5.cpp b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter5.cpp index 1e68ae383..89afbbfc4 100644 --- a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter5.cpp +++ b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter5.cpp @@ -548,6 +548,7 @@ public: summons.DespawnAll(); me->SetImmuneToAll(true); + me->LoadEquipment(1, true); me->ReplaceAllNpcFlags(UNIT_NPC_FLAG_GOSSIP | UNIT_NPC_FLAG_QUESTGIVER); me->SetStandState(UNIT_STAND_STATE_STAND); me->SetVisible(true);