From cc2db574f119547060cb7c3482fb29ec408d28a8 Mon Sep 17 00:00:00 2001 From: click Date: Sat, 17 Apr 2010 17:59:19 +0200 Subject: 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 --- sql/updates/7928_world_quest_template.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/7928_world_quest_template.sql (limited to 'sql/updates') 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'; -- cgit v1.2.3