부대 편성 일부 수정
This commit is contained in:
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user