
* 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>
3 lines
99 B
SQL
3 lines
99 B
SQL
ALTER TABLE `guild`
|
|
CHANGE COLUMN `next_exp` `next_exp` bigint(20) unsigned NOT NULL default '0';
|