fix(DB/Quest): Exodar version of "Yorus Barleybrew" quest should open "The Rethban Gauntlet". (#11664)

Fixes #7937
This commit is contained in:
UltraNix
2022-05-12 03:53:30 +02:00
committed by GitHub
parent b658ba582e
commit 510a0fc161

View File

@@ -0,0 +1,3 @@
--
UPDATE `quest_template_addon` SET `PrevQuestId`=0 WHERE `ID`=1699;
UPDATE `quest_template_addon` SET `NextQuestId`=1699 WHERE `ID` IN (1698,10371);