mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
5 lines
153 B
SQL
5 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`;
|