diff options
| author | KingPin <none@none> | 2009-01-17 10:54:24 -0500 |
|---|---|---|
| committer | KingPin <none@none> | 2009-01-17 10:54:24 -0500 |
| commit | 66c8e5a877927f80e8c92686785baa5cc357488d (patch) | |
| tree | c8d499f81117a88688eb27f22ab5490220a69f81 | |
| parent | d64b239db6230c2d73eab87cef614e2df080dcb2 (diff) | |
Fixed missing column from characters.sql thanx oiler2112.
--HG--
branch : trunk
| -rw-r--r-- | sql/characters.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/characters.sql b/sql/characters.sql index 2e5eedcf6a7..fedb3c66ce2 100644 --- a/sql/characters.sql +++ b/sql/characters.sql @@ -614,6 +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';, `latency` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`guid`), KEY `idx_account` (`account`), |
