rathena_hephaistos_edition/sql-files/upgrades/upgrade_20220112.sql

4 lines
86 B
MySQL

ALTER TABLE `char`
ADD COLUMN `inventory_slots` smallint(6) NOT NULL default '100'
;