Merge pull request #230 from hexcoded/patch-1

Update sql.sql
This commit is contained in:
yi12345
2013-05-23 01:03:50 -07:00
+2 -2
View File
@@ -977,8 +977,8 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%movement` (
`to` int(11) unsigned NOT NULL DEFAULT '0', `to` int(11) unsigned NOT NULL DEFAULT '0',
`ref` int(11) unsigned NOT NULL DEFAULT '0', `ref` int(11) unsigned NOT NULL DEFAULT '0',
`ref2` int(11) unsigned NOT NULL DEFAULT '0', `ref2` int(11) unsigned NOT NULL DEFAULT '0',
`starttime` float(20) unsigned NOT NULL DEFAULT '0', `starttime` int(11) unsigned NOT NULL DEFAULT '0',
`endtime` float(20) unsigned NOT NULL DEFAULT '0', `endtime` int(11) unsigned NOT NULL DEFAULT '0',
`proc` tinyint(1) unsigned NOT NULL DEFAULT '0', `proc` tinyint(1) unsigned NOT NULL DEFAULT '0',
`send` tinyint(1) unsigned NOT NULL, `send` tinyint(1) unsigned NOT NULL,
`wood` int(11) unsigned NOT NULL, `wood` int(11) unsigned NOT NULL,