fix: 도시 비중 계산식에서 '종사' 누락
This commit is contained in:
@@ -3513,7 +3513,7 @@ class GeneralAI
|
|||||||
|
|
||||||
if ($officerLevel > 4) {
|
if ($officerLevel > 4) {
|
||||||
$chiefGenerals[$officerLevel] = $nationGeneral;
|
$chiefGenerals[$officerLevel] = $nationGeneral;
|
||||||
} else if ($officerLevel > 2) {
|
} else if ($officerLevel >= 2) {
|
||||||
$nationCities[$officerCity]['important'] += 1;
|
$nationCities[$officerCity]['important'] += 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user