fix hero revive

This commit is contained in:
unknown
2012-06-17 07:32:40 +03:00
parent 97d4dc1f16
commit 39e9d02dc2
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -1230,7 +1230,6 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%training` (
`pop` int(10) unsigned NOT NULL,
`timestamp` int(10) unsigned NOT NULL,
`eachtime` int(10) unsigned NOT NULL,
`commence` int(10) unsigned NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;