NPC 군주턴 까지 완료
This commit is contained in:
+2
-1
@@ -134,7 +134,8 @@ CREATE TABLE `general` (
|
||||
INDEX `no_member` (`owner`),
|
||||
INDEX `npc` (`npc`),
|
||||
INDEX `npcid` (`npcid`),
|
||||
INDEX `troop` (`troop`, `turntime`)
|
||||
INDEX `troop` (`troop`, `turntime`),
|
||||
INDEX `level` (`nation`, `level`)
|
||||
)
|
||||
DEFAULT CHARSET=utf8mb4
|
||||
ENGINE=MyISAM;
|
||||
|
||||
Reference in New Issue
Block a user