From 6e0569aabce8b30cdab9d86b2827f06c43457357 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Sat, 24 Sep 2016 03:39:20 +0200 Subject: DB/Quest: Weaken the Ramparts, The Longbeards and Unyielding Souls require completion of Expedition Point. --- sql/updates/world/3.3.5/2016_09_24_04_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_09_24_04_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_09_24_04_world.sql b/sql/updates/world/3.3.5/2016_09_24_04_world.sql new file mode 100644 index 00000000000..c799ff2899f --- /dev/null +++ b/sql/updates/world/3.3.5/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); -- cgit v1.2.3