DB/Quest: fix availability for quest "The Agony and the Darkness"

Closes #17439 by SnapperRy
This commit is contained in:
Aokromes
2016-06-22 12:27:27 +02:00
committed by GitHub
parent 4444d3fbbb
commit cd9a4c0dc1

View File

@@ -0,0 +1,3 @@
--
UPDATE `quest_template_addon` SET `NextQuestId`=10389, `ExclusiveGroup`=-10392 WHERE `ID` IN (10392, 10393);
UPDATE `quest_template_addon` SET `PrevQuestId`=0 WHERE `ID`=10389;