more hero fixes

This commit is contained in:
unknown
2012-07-06 15:19:14 +03:00
parent e06edd3585
commit 1a8ce7aaad
5 changed files with 48 additions and 35 deletions
+1
View File
@@ -808,6 +808,7 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%hero` (
`autoregen` int(2) NOT NULL,
`trainingtime` int(11) unsigned NOT NULL,
`inrevive` tinyint(1) unsigned NOT NULL,
`intraining` tinyint(1) unsigned NOT NULL,
PRIMARY KEY (`heroid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;