aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSnapperRy <snapperryen@gmail.com>2016-09-16 18:14:22 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-02-28 20:37:47 +0100
commita893855e07ac1ddf98ab91e86f31a32a389a7d69 (patch)
tree64a3f2024ca9e7b7c63355ee9ac6d49a557dd5f9
parent03c2c1429e82aa1704d2b0dfcf408b66887d7be0 (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. (cherry picked from commit e07f68a032ae1f559296d99ec8b6e0982d6f8f79)
-rw-r--r--sql/updates/world/master/2017_02_28_08_world_2016_09_16_05_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_28_08_world_2016_09_16_05_world.sql b/sql/updates/world/master/2017_02_28_08_world_2016_09_16_05_world.sql
new file mode 100644
index 00000000000..4957b7407be
--- /dev/null
+++ b/sql/updates/world/master/2017_02_28_08_world_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);