rathena/sql-files/upgrades/upgrade_20170218.sql
aleos 6c0debb9ba Increased the integer storage type for EXP
* Adjusted the homunculus and mvplog tables to support increased EXP amounts.
2017-02-18 15:30:29 -05:00

2 lines
87 B
SQL

ALTER TABLE `homunculus` MODIFY COLUMN `exp` bigint(20) unsigned NOT NULL DEFAULT '0';