mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-08 05:36:10 +00:00
@@ -1692,6 +1692,7 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%vdata` (
|
||||
`cp` int(11) NULL,
|
||||
`celebration` int(11) NULL DEFAULT '0',
|
||||
`type` int(11) NULL DEFAULT '0',
|
||||
`festival` int(11) NULL DEFAULT '0',
|
||||
`wood` float(12,2) NULL,
|
||||
`clay` float(12,2) NULL,
|
||||
`iron` float(12,2) NULL,
|
||||
@@ -1715,6 +1716,7 @@ KEY `owner-capital-pop` (`owner`,`capital`,`pop`),
|
||||
KEY `maxstore` (`maxstore`),
|
||||
KEY `maxcrop` (`maxcrop`),
|
||||
KEY `celebration` (`celebration`),
|
||||
KEY `festival` (`festival`),
|
||||
KEY `wood` (`wood`),
|
||||
KEY `clay` (`clay`),
|
||||
KEY `iron` (`iron`),
|
||||
|
||||
Reference in New Issue
Block a user