fix hero problem with nothome

This commit is contained in:
unknown
2012-06-12 15:20:37 +03:00
parent 1412af8f2c
commit a1ea8fc8d2
4 changed files with 7 additions and 17 deletions
+1 -1
View File
@@ -806,7 +806,7 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%hero` (
`regeneration` tinyint(3) unsigned NOT NULL,
`autoregen` int(2) NOT NULL,
`trainingtime` int(11) unsigned NOT NULL,
`nothome` tinyint(1) unsigned NOT NULL,
`inrevive` tinyint(1) unsigned NOT NULL,
PRIMARY KEY (`heroid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;