mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 16:44:24 +00:00
update creating WW and BuildingPlans villages
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user