aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKinzcool <kinzzcool@hotmail.com>2014-06-23 19:50:28 -0400
committerKinzcool <kinzzcool@hotmail.com>2014-06-23 19:50:28 -0400
commite26a8efb4b90d949695196d1186b5d32e074d225 (patch)
treec423662fcd22b6227ef62142163a9db8cb6fb73c
parentaa93a975469cca56e35adc1b5b501f4536be61f1 (diff)
DB/Quest: Added the proper special flags to some quests
-rw-r--r--sql/updates/world/2014_06_24_00_world_quest_template.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_06_24_00_world_quest_template.sql b/sql/updates/world/2014_06_24_00_world_quest_template.sql
new file mode 100644
index 00000000000..4778a45750d
--- /dev/null
+++ b/sql/updates/world/2014_06_24_00_world_quest_template.sql
@@ -0,0 +1 @@
+UPDATE `quest_template` SET `SpecialFlags`=2 WHERE `Id` IN (9611, 9625, 9678, 9713, 9926, 10299, 10344);