NPC 군주턴 까지 완료

This commit is contained in:
2018-10-08 03:36:43 +09:00
parent fb7c2573bf
commit f93148b7d7
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;