Merge pull request #438 from Shadowss/patch-103

fix loyality
This commit is contained in:
yi12345
2013-11-01 00:51:54 -07:00
+1 -1
View File
@@ -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,