fix(DB/Quest): Fix quest chain progression for Taunka storyline in BoreanTundra (#22857)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
blinkysc
2025-12-26 03:48:05 -06:00
committed by GitHub
parent 20db584c00
commit 55b3bb8cfb

View File

@@ -0,0 +1,2 @@
-- Make "Into the Fold" (11978) available without prereqs
UPDATE `quest_template_addon` SET `NextQuestID` = 0 WHERE `ID` IN (11977, 11979);