From 8748a34eeec7a020e5e20c004854ab966526cde9 Mon Sep 17 00:00:00 2001 From: sogladev Date: Sat, 14 Feb 2026 20:47:24 +0100 Subject: [PATCH] fix(Scripts/ShadowfangKeep): fix Love is in the Air to start after reset (#24713) --- .../EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/server/scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp b/src/server/scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp index bdd001321..895fb283e 100644 --- a/src/server/scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp +++ b/src/server/scripts/EasternKingdoms/ShadowfangKeep/boss_apothecary_hummel.cpp @@ -113,6 +113,7 @@ public: me->SetFaction(FACTION_FRIENDLY); me->SummonCreatureGroup(1); me->SetNpcFlag(UNIT_NPC_FLAG_GOSSIP); + me->RemoveUnitFlag(UNIT_FLAG_NOT_SELECTABLE); } void DoAction(int32 action) override