fix(Scripts/ShadowfangKeep): fix Love is in the Air to start after reset (#24713)

This commit is contained in:
sogladev
2026-02-14 20:47:24 +01:00
committed by GitHub
parent 65d39b5187
commit 8748a34eee

View File

@@ -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