fix(DB/Quests): Fixed quest chaining of "Trial of the Naaru: Magtheri… (#13954)

fix(DB/Quests): Fixed quest chaining of "Trial of the Naaru: Magtheridon"

Fixes #13918
This commit is contained in:
UltraNix
2022-12-06 12:54:43 +01:00
committed by GitHub
parent a899fbba5b
commit cadf2ace39

View File

@@ -0,0 +1,3 @@
--
UPDATE `quest_template_addon` SET `ExclusiveGroup`=10888 WHERE `id` IN (10888,13430);
UPDATE `quest_template_addon` SET `NextQuestID`=13430 WHERE `id` IN (10884,10885,10886);