From 6406130d10193c5ca84019b62110de8660fb4b56 Mon Sep 17 00:00:00 2001 From: Shadowss Date: Fri, 1 Nov 2013 09:35:53 +0200 Subject: [PATCH] fix loyality --- 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 541f59a7..9cff1a0a 100644 --- a/install/data/sql.sql +++ b/install/data/sql.sql @@ -1087,7 +1087,7 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%odata` ( `maxcrop` int(11) unsigned NOT NULL, `lastupdated` int(11) unsigned NOT NULL, `lastupdated2` int(11) unsigned NOT NULL, - `loyalty` int(11) NOT NULL DEFAULT '100', + `loyalty` float(9,6) unsigned NOT NULL DEFAULT '100', `owner` int(11) unsigned NOT NULL DEFAULT '2', `name` varchar(32) NOT NULL DEFAULT 'Unoccupied Oasis', `high` tinyint(1) unsigned NOT NULL,