diff options
| author | Blaymoira <none@none> | 2009-01-18 12:23:59 +0100 |
|---|---|---|
| committer | Blaymoira <none@none> | 2009-01-18 12:23:59 +0100 |
| commit | d3d3115567f46e8927cf6dc51690863e66b87045 (patch) | |
| tree | ab9f066ee98380eee4e18ddf0057aa7b9f929eb5 | |
| parent | 08624f833884d13496f4b2ce00fb8e065a42305a (diff) | |
*Fix a typo in characters.sql - by raczman
--HG--
branch : trunk
| -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`), |
