Files
TrinityCore/sql/updates/6297_characters_characters.sql
Neo2003 9b1c0e006f [svn] * Proper SVN structure
--HG--
branch : trunk
2008-10-02 16:23:55 -05:00

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`;