fix(Scripts/BoreanTundra): make Escape from the Winterfin Caverns group completable (#20359)

Group instead of Area
This commit is contained in:
Jelle Meeus
2024-11-11 20:53:07 +01:00
committed by GitHub
parent 6cfa6dd4e9
commit 5f7d1d302f

View File

@@ -431,7 +431,7 @@ public:
case 6:
if (Player* player = GetPlayerForEscort())
player->AreaExploredOrEventHappens(QUEST_ESCAPE_WINTERFIN_CAVERNS);
player->GroupEventHappens(QUEST_ESCAPE_WINTERFIN_CAVERNS, me);
IntroPhase = 7;
IntroTimer = 2500;
break;