Core/Players: Fixed power slot ordering

This commit is contained in:
Shauren
2015-07-12 00:41:56 +02:00
parent f7f7e4d061
commit 228b932925
11 changed files with 39 additions and 18 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE `characters` ADD `power6` int(10) unsigned NOT NULL DEFAULT '0' AFTER `power5`;
ALTER TABLE `character_stats` ADD `maxpower6` int(10) unsigned NOT NULL DEFAULT '0' AFTER `maxpower5`;