diff options
| author | Killyana <morphone1@gmail.com> | 2016-07-04 02:28:09 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-04 23:05:33 +0100 |
| commit | c8cd337234db60d99d62abf3fbc5c90a54ef20a6 (patch) | |
| tree | 85dc5ed617788a29d20c0972a9271bcb076a5f4b | |
| parent | 8c17f555b45a024a0274f5a23584b3ccae253c1d (diff) | |
DB/Quest: Replace quest "Trial of the Naaru: Magtheridon" with the newer version from WotLK
By SnapperRy
Closes #17497
(cherry picked from commit f6aa2ca08602c9acd838a96792175955abeba6fd)
| -rw-r--r-- | sql/updates/world/master/2017_02_04_17_world_2016_07_04_05_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_04_17_world_2016_07_04_05_world.sql b/sql/updates/world/master/2017_02_04_17_world_2016_07_04_05_world.sql new file mode 100644 index 00000000000..d19e8862b45 --- /dev/null +++ b/sql/updates/world/master/2017_02_04_17_world_2016_07_04_05_world.sql @@ -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); |
