From cfc094040f7ce3924fd024c93c82eaf0b0498c8d Mon Sep 17 00:00:00 2001 From: Xanadu Date: Tue, 23 Mar 2010 16:10:18 +0100 Subject: Added support for maximum allowed player level for quests. By Gyullo. --HG-- branch : trunk --- sql/updates/7680_world_quest_template.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/7680_world_quest_template.sql (limited to 'sql/updates') diff --git a/sql/updates/7680_world_quest_template.sql b/sql/updates/7680_world_quest_template.sql new file mode 100644 index 00000000000..296f2d5cdba --- /dev/null +++ b/sql/updates/7680_world_quest_template.sql @@ -0,0 +1 @@ +ALTER TABLE `quest_template` ADD COLUMN `MaxLevel` tinyint(3) UNSIGNED NOT NULL DEFAULT '0' AFTER `MinLevel`; -- cgit v1.2.3