mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-30 17:44:22 +00:00
fix traps training and by this fix also the 4294966344 setler bug too
This commit is contained in:
@@ -1239,6 +1239,8 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%units` (
|
||||
`u48` int(11) unsigned NOT NULL DEFAULT '0',
|
||||
`u49` int(11) unsigned NOT NULL DEFAULT '0',
|
||||
`u50` int(11) unsigned NOT NULL DEFAULT '0',
|
||||
`u99` int(11) unsigned NOT NULL DEFAULT '0',
|
||||
`u99o` int(11) unsigned NOT NULL DEFAULT '0',
|
||||
`hero` int(11) unsigned NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`vref`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
Reference in New Issue
Block a user