aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSnapperRy <snapperryen@gmail.com>2016-09-16 16:32:30 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-02-28 20:35:00 +0100
commite9b6321e3401468232f1048fe1e148cb27bea8a4 (patch)
treecf2caa9cb3d5489c38b96c1426d87c364abb705f
parent19c38e86a04940cf617f5f54056ea7e3117fb9fe (diff)
DB/Quest: fix previous quests required before being able to accept The Kor'kron Vanguard!
No more easy shortcut for Horde players! (cherry picked from commit 72cfafc0b3fa57030ee2e03b4045803e65add198)
-rw-r--r--sql/updates/world/master/2017_02_28_06_world_2016_09_16_03_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_28_06_world_2016_09_16_03_world.sql b/sql/updates/world/master/2017_02_28_06_world_2016_09_16_03_world.sql
new file mode 100644
index 00000000000..b0d106e63da
--- /dev/null
+++ b/sql/updates/world/master/2017_02_28_06_world_2016_09_16_03_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `quest_template_addon` SET `ExclusiveGroup`=-12008, `NextQuestID`=12224 WHERE `ID` IN (12008, 12072, 12140, 12221);