*Fix a typo in characters.sql - by raczman

--HG--
branch : trunk
This commit is contained in:
Blaymoira
2009-01-18 12:23:59 +01:00
parent 08624f8338
commit d3d3115567

View File

@@ -614,7 +614,7 @@ CREATE TABLE `characters` (
`zone` int(11) unsigned NOT NULL default '0',
`death_expire_time` bigint(20) unsigned NOT NULL default '0',
`taxi_path` text,
`arena_pending_points` int (10) UNSIGNED NOT NULL default '0';,
`arena_pending_points` int (10) UNSIGNED NOT NULL default '0',
`latency` int(11) unsigned NOT NULL default '0',
PRIMARY KEY (`guid`),
KEY `idx_account` (`account`),