Fixed missing column from characters.sql thanx oiler2112.

--HG--
branch : trunk
This commit is contained in:
KingPin
2009-01-17 10:54:24 -05:00
parent d64b239db6
commit 66c8e5a877

View File

@@ -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`),