update creating WW and BuildingPlans villages

This commit is contained in:
unknown
2012-07-13 02:49:14 +03:00
parent ee26aab7d5
commit 35491eeefa
5 changed files with 16 additions and 6 deletions
+2 -2
View File
@@ -181,8 +181,8 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%artefacts` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`vref` int(11) unsigned NOT NULL,
`owner` int(11) unsigned NOT NULL,
`type` int(3) unsigned NOT NULL,
`size` int(11) unsigned NOT NULL,
`type` tinyint(2) unsigned NOT NULL,
`size` tinyint(1) unsigned NOT NULL,
`conquered` int(11) unsigned NOT NULL,
`name` varchar(100) NOT NULL,
`desc` text NOT NULL,