aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZxBiohazardZx <zxbiohazardzx@gmail.com>2012-05-19 10:15:40 +0200
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2012-05-19 10:15:40 +0200
commitd078ef9b4885de4228c9533af14416b6f545c972 (patch)
treec4b60f532760585d4cb9400d0bfbde0c4daa4702
parent7e62c34b247d886d89aea8bd5e8e9241d8cefa44 (diff)
DB/Quest: Remove autocomplete from Body and Heart
Fixes #6139
-rw-r--r--sql/updates/world/2012_05_19_00_world_quest_template.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_05_19_00_world_quest_template.sql b/sql/updates/world/2012_05_19_00_world_quest_template.sql
new file mode 100644
index 00000000000..f18172ed836
--- /dev/null
+++ b/sql/updates/world/2012_05_19_00_world_quest_template.sql
@@ -0,0 +1,2 @@
+-- Change Flags for the Body and Heart Quest
+UPDATE `quest_template` SET `Flags`=`Flags`&~2, `SpecialFlags`=`SpecialFlags`|2 WHERE `id` IN (6001,6002);