DB/Quest: Replace quest "Trial of the Naaru: Magtheridon" with the newer version from WotLK

By SnapperRy
Closes #17497

(cherry picked from commit f6aa2ca086)
This commit is contained in:
Killyana
2016-07-04 02:28:09 +02:00
committed by joschiwald
parent 8c17f555b4
commit c8cd337234

View File

@@ -0,0 +1,9 @@
--
DELETE FROM `creature_queststarter` WHERE `quest`=10888;
DELETE FROM `quest_template_addon` WHERE `ID` IN (10888, 13430);
INSERT INTO `quest_template_addon` (`ID`, `ExclusiveGroup`) VALUES
(10888, 10888),
(13430, 10888);
UPDATE `quest_template_addon` SET `NextQuestID`=13430 WHERE `ID` IN (10884, 10885, 10886);