upgrade_20220112.sql 86 B

123
  1. ALTER TABLE `char`
  2. ADD COLUMN `inventory_slots` smallint(6) NOT NULL default '100'
  3. ;