오타 수정

This commit is contained in:
2020-04-18 03:59:16 +09:00
parent eab8a3b94e
commit ad2baeda2f
+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