aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSnapperRy <snapperryen@gmail.com>2016-09-16 18:14:22 +0200
committerGitHub <noreply@github.com>2016-09-16 18:14:22 +0200
commite07f68a032ae1f559296d99ec8b6e0982d6f8f79 (patch)
tree10f22bbc0b8d5fd931ed8b362754d41f557c1c4e
parent48203e2e257057921b24821ff0f9442cc6b15a43 (diff)
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.
-rw-r--r--sql/updates/world/3.3.5/2016_09_16_05_world.sql7
1 files changed, 7 insertions, 0 deletions
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);