rathena/sql-files/upgrades/upgrade_20220831.sql
Lemongrass3110 6cb5b5bac6
Implemented the /call command (#7225)
Fixes #7139.
Thanks to @idk-whoami
2022-09-01 16:01:13 -04:00

4 lines
86 B
SQL

ALTER TABLE `char`
ADD COLUMN `disable_call` tinyint unsigned NOT NULL default '0'
;