aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilip <boev.filip@gmail.com>2014-05-30 22:11:03 +0200
committerFilip <boev.filip@gmail.com>2014-05-30 22:11:03 +0200
commit3ceabf962dca1a4b190b54975af1b6a9bf3b8b16 (patch)
tree5bbf3e9700bafab818e222b069f14b2ab22a80a1
parent7b490384546412745cc8d1e30dbfa6693b020e9d (diff)
Martek the Exiled's prerequisite quests
Fix by @untaught
-rw-r--r--sql/updates/world/2014_05_30_00_world_quest_update.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_05_30_00_world_quest_update.sql b/sql/updates/world/2014_05_30_00_world_quest_update.sql
new file mode 100644
index 00000000000..a44baf75074
--- /dev/null
+++ b/sql/updates/world/2014_05_30_00_world_quest_update.sql
@@ -0,0 +1 @@
+UPDATE `quest_template` SET `NextQuestId`=1106,`ExclusiveGroup`=-1104 WHERE `Id` IN (1104,1105);