diff options
| -rw-r--r-- | sql/characters.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/characters.sql b/sql/characters.sql index fedb3c66ce2..576208ffce5 100644 --- a/sql/characters.sql +++ b/sql/characters.sql @@ -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`), |
