mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
svn -> git Migration
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `lootdrop_entries`
|
||||
MODIFY COLUMN `maxlevel` tinyint(3) UNSIGNED NOT NULL DEFAULT 255 AFTER `minlevel`;
|
||||
UPDATE `lootdrop_entries` SET `maxlevel` = 255 WHERE `maxlevel` = 127;
|
||||
Reference in New Issue
Block a user