fix traps training and by this fix also the 4294966344 setler bug too

This commit is contained in:
unknown
2012-05-12 13:16:57 +03:00
parent e0ac5075fa
commit ac2744c90e
8 changed files with 109 additions and 36 deletions
+2
View File
@@ -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;