mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 16:44:24 +00:00
fix hero problem with nothome
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user