버그 수정

This commit is contained in:
2020-04-19 05:38:25 +09:00
parent feee4b2022
commit b98df58c76
10 changed files with 38 additions and 37 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ for($j=0; $j < $gencount; $j++) {
$officerLevel = $general['officer_level'];
$officerLevelText = getOfficerLevelText($officerLevel);
$lerdershipBonus = calcLeadershipBonus($officerLevel, $nationInfo['level']);
$leadershipBonus = calcLeadershipBonus($officerLevel, $nationInfo['level']);
$leadershipBonusText = formatLeadershipBonus($leadershipBonus);
if($ourGeneral){