fix: 도시 비중 계산식에서 '종사' 누락

This commit is contained in:
2022-08-09 02:04:39 +09:00
parent c79e65b6b7
commit fac8536095
+1 -1
View File
@@ -3513,7 +3513,7 @@ class GeneralAI
if ($officerLevel > 4) {
$chiefGenerals[$officerLevel] = $nationGeneral;
} else if ($officerLevel > 2) {
} else if ($officerLevel >= 2) {
$nationCities[$officerCity]['important'] += 1;
}