mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Entities: Update updatefields to 7.3.5.25928
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user