오타 수정

This commit is contained in:
2020-04-18 03:59:16 +09:00
parent 16f2c9fb42
commit 57ba12834a
+1 -1
View File
@@ -88,7 +88,7 @@ CREATE TABLE `general` (
INDEX `npc` (`npc`),
INDEX `troop` (`troop`, `turntime`),
INDEX `officer_level` (`nation`, `officer_level`),
INDEX `officer_city` (`officer_city`, `officer_level`)
INDEX `officer_city` (`officer_city`, `officer_level`),
INDEX `name` (`name`)
)
DEFAULT CHARSET=utf8mb4