mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(Scripts/BoreanTundra): make Escape from the Winterfin Caverns group completable (#20359)
Group instead of Area
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user