rathena/sql-files/upgrades/upgrade_20220112.sql
2022-01-12 09:12:47 +01:00

4 lines
86 B
SQL

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