mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 21:56:22 +00:00
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:
@@ -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);
|
||||
Reference in New Issue
Block a user