mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
4 lines
153 B
SQL
4 lines
153 B
SQL
ALTER TABLE characters
|
|
CHANGE `logout_time` `logout_time` bigint(20) unsigned NOT NULL default '0',
|
|
DROP `last_honor_date`,
|
|
DROP `last_kill_date`;
|