aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSnapperRy <snapperryen@gmail.com>2016-10-25 01:32:22 +0200
committerGitHub <noreply@github.com>2016-10-25 01:32:22 +0200
commitde22843bcbe13ea2ba1ef89605a96aaaac6a3587 (patch)
treebd62444581fa08643c9f36a529dbd656e7225cb1
parent9d922ea043311e74b035ba2214c5c6c4fdef4e59 (diff)
DB/Quest: remove wrong repeatable flag from some quests.
-rw-r--r--sql/updates/world/3.3.5/2016_10_25_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_25_00_world.sql b/sql/updates/world/3.3.5/2016_10_25_00_world.sql
new file mode 100644
index 00000000000..5acfd2bdcd0
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_10_25_00_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `quest_template_addon` SET `SpecialFlags`=`SpecialFlags`&~1 WHERE `ID` IN (908, 909, 1288, 3629, 3911, 5058, 7164, 7166, 7167, 7181, 7202, 7509, 7604, 7651, 8222, 8314, 8763, 9386);