aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorclick <none@none>2010-04-17 17:59:19 +0200
committerclick <none@none>2010-04-17 17:59:19 +0200
commitcc2db574f119547060cb7c3482fb29ec408d28a8 (patch)
treed402b11d4b318efa83ef43e2aa6f0d3ecdef147c /sql/updates
parent6e0fa4b39e7f0bc5dcdaa503db25d5b154224a04 (diff)
Whack questgivers in the head with a bat to make them properly show ! or ? properly depending on the questtype they hand out
Patch by Liberate --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/7928_world_quest_template.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/7928_world_quest_template.sql b/sql/updates/7928_world_quest_template.sql
new file mode 100644
index 00000000000..dbfceefb53f
--- /dev/null
+++ b/sql/updates/7928_world_quest_template.sql
@@ -0,0 +1 @@
+ALTER TABLE `quest_template` CHANGE COLUMN `QuestFlags` `QuestFlags` int(6) unsigned NOT NULL default '0';