Update sql.sql

This commit is contained in:
Shadow
2014-03-12 08:35:19 +02:00
parent 61322c2fc2
commit e50a8a905a
+3
View File
@@ -1501,6 +1501,9 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%users` (
`friend19wait` int(11) unsigned NOT NULL,
`maxevasion` mediumint(3) unsigned NOT NULL,
`village_select` bigint(20) DEFAULT NULL,
`vac_time` varchar(255) NOT NULL,
`vac_mode` int(2) unsigned NOT NULL DEFAULT '0',
`vactwoweeks` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;