rathena/sql-files/upgrades/upgrade_20200728.sql
Cydh Ramdh 1658f273de
Adjust EXP storage to uint64 (#4377)
* Updates EXP table to 200/70
* Always store exp as uint64 no matter the client date.
* Adjusts guild exp to uint64.
Co-authored-by: Aleos <aleos89@users.noreply.github.com>
Co-authored-by: Lemongrass3110 <lemongrass@kstp.at>
2020-07-28 16:43:46 -04:00

3 lines
99 B
SQL

ALTER TABLE `guild`
CHANGE COLUMN `next_exp` `next_exp` bigint(20) unsigned NOT NULL default '0';