mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Quest: fix availability for quest "The Agony and the Darkness"
Closes #17439 by SnapperRy
(cherry picked from commit cd9a4c0dc1)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user