aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZxBiohazardZx <zxbiohazardzx@gmail.com>2012-08-04 16:28:38 +0200
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2012-08-04 16:28:38 +0200
commit71b0dc94c1afecd03d3e93ab42c2352738402b70 (patch)
tree8909f9bf6c3b10742f4e21cc327e1cc290536a19
parentd2ae736f6da2f8da66e1fba8cce6377b7ae9de46 (diff)
DB/Quest: add dungeonflag for rewardquests
-rw-r--r--sql/updates/world/2012_08_04_06_world_quest_template.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/2012_08_04_06_world_quest_template.sql b/sql/updates/world/2012_08_04_06_world_quest_template.sql
new file mode 100644
index 00000000000..fe48c887ae0
--- /dev/null
+++ b/sql/updates/world/2012_08_04_06_world_quest_template.sql
@@ -0,0 +1,10 @@
+UPDATE `quest_template` SET `specialflags`= `specialflags`|8 WHERE `id` IN (
+24889, -- Classic Random 5-15 (Nth)
+24890, -- Classic Random 15-25 (Nth)
+24891, -- Classic Random 24-34 (Nth)
+24892, -- Classic Random 35-45 (Nth)
+24893, -- Classic Random 46-55 (Nth)
+24894, -- Classic Random 56-60 (Nth)
+24895, -- Classic Random 60-64 (Nth)
+24896); -- Classic Random 65-70 (Nth)
+