Fix typo in characters.sql - Spotted by Tux

--HG--
branch : trunk
This commit is contained in:
Chaz Brown
2009-04-10 07:02:34 -04:00
parent c88b194e0a
commit aa6347538a

View File

@@ -55,6 +55,7 @@ CREATE TABLE `arena_team_member` (
`played_season` int(10) unsigned NOT NULL default '0',
`wons_season` int(10) unsigned NOT NULL default '0',
`personal_rating` int(10) UNSIGNED NOT NULL DEFAULT '0',
PRIMARY KEY (`arenateamid`,`guid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
--