This commit is contained in:
Shadow
2014-03-05 07:35:53 +02:00
parent 1108059ea0
commit fcc9766d41
+1 -1
View File
@@ -1500,7 +1500,7 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%users` (
`friend18wait` int(11) unsigned NOT NULL,
`friend19wait` int(11) unsigned NOT NULL,
`maxevasion` mediumint(3) unsigned NOT NULL,
`village_select` bigint(20) yes NULL,
`village_select` bigint(20) unsigned NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;