fix artefact of the fool

This commit is contained in:
unknown
2012-07-13 18:53:06 +03:00
parent 35491eeefa
commit e108c061c2
28 changed files with 586 additions and 88 deletions
+4 -1
View File
@@ -188,7 +188,10 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%artefacts` (
`desc` text NOT NULL,
`effect` varchar(100) NOT NULL,
`img` varchar(20) NOT NULL,
`active` tinyint(1) unsigned NOT NULL,
`kind` tinyint(1) unsigned NOT NULL,
`bad_effect` tinyint(1) unsigned NOT NULL,
`effect2` tinyint(2) unsigned NOT NULL,
`lastupdate` int(11) unsigned NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MYISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;