NPC 군주턴 까지 완료

This commit is contained in:
2018-10-08 03:36:43 +09:00
parent 2217d678e4
commit 708b05a9bd
4 changed files with 293 additions and 10 deletions
+2 -1
View File
@@ -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;