mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 21:57:01 +01:00
Added support for maximum allowed player level for quests. By Gyullo.
--HG-- branch : trunk
This commit is contained in:
1
sql/updates/7680_world_quest_template.sql
Normal file
1
sql/updates/7680_world_quest_template.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `quest_template` ADD COLUMN `MaxLevel` tinyint(3) UNSIGNED NOT NULL DEFAULT '0' AFTER `MinLevel`;
|
||||
Reference in New Issue
Block a user