From 453357e2979b6218b95ee7e5dc33f2618acd87af Mon Sep 17 00:00:00 2001 From: Shadow Date: Wed, 27 Nov 2013 11:17:14 +0200 Subject: [PATCH] Update sql.sql --- install/data/sql.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/install/data/sql.sql b/install/data/sql.sql index 9cff1a0a..d6843aeb 100644 --- a/install/data/sql.sql +++ b/install/data/sql.sql @@ -1535,6 +1535,7 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%vdata` ( `crop` float(12,2) NOT NULL, `maxcrop` int(11) unsigned NOT NULL, `lastupdate` int(11) unsigned NOT NULL, +`lastupdate2` int(11) unsigned NOT NULL, `loyalty` float(9,6) unsigned NOT NULL DEFAULT '100', `exp1` int(11) NOT NULL, `exp2` int(11) NOT NULL,