diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-09-24 03:39:20 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-03-03 22:00:11 +0100 |
commit | 6f94fe8f0af0151489b5a287d73336043575b478 (patch) | |
tree | daeceba43caffdbb1c40fe548e1eaf64a06abaf4 | |
parent | 757f2c19859032ddbf908b4e6c85c90779755fb1 (diff) |
DB/Quest: Weaken the Ramparts, The Longbeards and Unyielding Souls require completion of Expedition Point.
(cherry picked from commit 6e0569aabce8b30cdab9d86b2827f06c43457357)
-rw-r--r-- | sql/updates/world/master/2017_03_03_05_world_2016_09_24_04_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_03_03_05_world_2016_09_24_04_world.sql b/sql/updates/world/master/2017_03_03_05_world_2016_09_24_04_world.sql new file mode 100644 index 00000000000..c799ff2899f --- /dev/null +++ b/sql/updates/world/master/2017_03_03_05_world_2016_09_24_04_world.sql @@ -0,0 +1,7 @@ +-- +UPDATE `quest_template_addon` SET `PrevQuestID`=10143 WHERE `ID`=9575; + +DELETE FROM `quest_template_addon` WHERE `ID` IN (9558, 10050); +INSERT INTO `quest_template_addon` (`ID`, `PrevQuestID`) VALUES +(9558, 10143), +(10050, 10143); |