From de22843bcbe13ea2ba1ef89605a96aaaac6a3587 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Tue, 25 Oct 2016 01:32:22 +0200 Subject: DB/Quest: remove wrong repeatable flag from some quests. --- sql/updates/world/3.3.5/2016_10_25_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_10_25_00_world.sql (limited to 'sql/updates/world') 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); -- cgit v1.2.3