mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-03 11:04:24 +00:00
Change capital add index
Change capital add index
This commit is contained in:
+2
-1
@@ -1712,7 +1712,7 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%vdata` (
|
||||
`evasion` tinyint(1) NULL DEFAULT '0',
|
||||
PRIMARY KEY (`wref`),
|
||||
KEY `owner-capital-pop` (`owner`,`capital`,`pop`),
|
||||
KEY `owner_pop` (`owner`,`pop`),
|
||||
KEY `owner_pop` (`owner`,`pop`),
|
||||
KEY `maxstore` (`maxstore`),
|
||||
KEY `maxcrop` (`maxcrop`),
|
||||
KEY `celebration` (`celebration`),
|
||||
@@ -1726,6 +1726,7 @@ KEY `loyalty` (`loyalty`),
|
||||
KEY `exp1` (`exp1`),
|
||||
KEY `exp2` (`exp2`),
|
||||
KEY `exp3` (`exp3`)
|
||||
KEY `idx_owner_wref` (`owner`, `wref`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user