FIX attack bug

This commit is contained in:
Akshay Naik
2013-04-23 22:03:40 +05:30
parent def107a549
commit 130f2b2148
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -969,8 +969,8 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%movement` (
`to` int(11) unsigned NOT NULL DEFAULT '0',
`ref` int(11) unsigned NOT NULL DEFAULT '0',
`ref2` int(11) unsigned NOT NULL DEFAULT '0',
`starttime` int(11) unsigned NOT NULL DEFAULT '0',
`endtime` int(11) unsigned NOT NULL DEFAULT '0',
`starttime` float(20) unsigned NOT NULL DEFAULT '0',
`endtime` float(20) unsigned NOT NULL DEFAULT '0',
`proc` tinyint(1) unsigned NOT NULL DEFAULT '0',
`send` tinyint(1) unsigned NOT NULL,
`wood` int(11) unsigned NOT NULL,