Core/Entities: Update updatefields to 7.3.5.25928

This commit is contained in:
Shauren
2018-02-04 00:11:10 +01:00
parent c0abcc838b
commit c9465979c6
12 changed files with 382 additions and 310 deletions

View File

@@ -0,0 +1,3 @@
ALTER TABLE `characters` ADD `inventorySlots` tinyint(3) unsigned NOT NULL DEFAULT '16' AFTER `customDisplay3`;
UPDATE `character_inventory` SET `slot`=`slot`+8 WHERE `slot`>=39 AND `bag`=0;