From fcc9766d41f21102c046b583e699c5f0bfab35f0 Mon Sep 17 00:00:00 2001 From: Shadow Date: Wed, 5 Mar 2014 07:35:53 +0200 Subject: [PATCH] update --- install/data/sql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/data/sql.sql b/install/data/sql.sql index aff65057..fa024e2d 100644 --- a/install/data/sql.sql +++ b/install/data/sql.sql @@ -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 ;