mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-30 09:34:28 +00:00
more hero fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user