fix hero training time

This commit is contained in:
unknown
2012-04-01 01:18:57 +03:00
parent 10f0256506
commit 92fb8468c4
4 changed files with 58 additions and 91 deletions
+1 -1
View File
@@ -783,7 +783,7 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%hero` (
`defencebonus` tinyint(1) unsigned NOT NULL,
`regeneration` tinyint(1) unsigned NOT NULL,
`autoregen` int(2) NOT NULL,
`trainingtime` mediumint(3) unsigned NOT NULL,
`trainingtime` int(11) unsigned NOT NULL,
PRIMARY KEY (`heroid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;