From e07f68a032ae1f559296d99ec8b6e0982d6f8f79 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Fri, 16 Sep 2016 18:14:22 +0200 Subject: DB/Quest: Dragonblight: - Victory Nears... requires Agmar's Hammer. - Strength of Icemist requires From the Depths of Azjol-Nerub. - Only one between To Venomspite! and Imbeciles Abound! can be completed. --- sql/updates/world/3.3.5/2016_09_16_05_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_09_16_05_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_09_16_05_world.sql b/sql/updates/world/3.3.5/2016_09_16_05_world.sql new file mode 100644 index 00000000000..4957b7407be --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_16_05_world.sql @@ -0,0 +1,7 @@ +-- +UPDATE `quest_template_addon` SET `ExclusiveGroup`=12182 WHERE `ID` IN (12182, 12189); + +DELETE FROM `quest_template_addon` WHERE `ID` IN (12034, 12063); +INSERT INTO `quest_template_addon` (`ID`, `PrevQuestID`) VALUES +(12034, 12008), +(12063, 12036); -- cgit v1.2.3