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

3 lines
244 B
SQL

ALTER TABLE `character` CHANGE `honor` `highest_rank` INT( 11 ) DEFAULT '0' NOT NULL ,
CHANGE `last_week_honor` `standing` INT( 11 ) DEFAULT '0' NOT NULL ;
ALTER TABLE `character` ADD `rating` FLOAT( 11 ) DEFAULT '0' NOT NULL AFTER `standing` ;