mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
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:
@@ -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);
|
||||
Reference in New Issue
Block a user