aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorXanadu <none@none>2010-03-23 16:10:18 +0100
committerXanadu <none@none>2010-03-23 16:10:18 +0100
commitcfc094040f7ce3924fd024c93c82eaf0b0498c8d (patch)
tree1d9a66e4c18ee8c8f9f0eec8b2842301c743dfba /sql/updates
parenta348b591a70b2d9f5acc890ec6f21649fddc93e1 (diff)
Added support for maximum allowed player level for quests. By Gyullo.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/7680_world_quest_template.sql1
1 files changed, 1 insertions, 0 deletions
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`;