부대 편성 일부 수정

This commit is contained in:
2018-07-29 13:57:10 +09:00
parent cab159921d
commit dbf7daa17e
4 changed files with 187 additions and 275 deletions
+2 -1
View File
@@ -156,7 +156,8 @@ CREATE TABLE `general` (
INDEX `turntime` (`turntime`, `no`),
INDEX `no_member` (`owner`),
INDEX `npc` (`npc`),
INDEX `npcid` (`npcid`)
INDEX `npcid` (`npcid`),
INDEX `troop` (`troop`, `turntime`)
)
DEFAULT CHARSET=utf8mb4
ENGINE=MyISAM;