fix: 세수 표기를 잘못 반영하는 버그 수정

This commit is contained in:
2021-12-31 23:05:22 +09:00
parent 281cfd366b
commit a819dde71c
+3 -3
View File
@@ -74,7 +74,7 @@ foreach ($nationsList as &$nationItem) {
$goldIncome = getGoldIncome(
$nation['nation'],
$nation['level'],
$nation['rate'],
100,
$nation['capital'],
$nation['type'],
$cityList
@@ -84,7 +84,7 @@ $warIncome = getWarGoldIncome($nation['type'], $cityList);
$riceIncome = getRiceIncome(
$nation['nation'],
$nation['level'],
$nation['rate'],
100,
$nation['capital'],
$nation['type'],
$cityList
@@ -92,7 +92,7 @@ $riceIncome = getRiceIncome(
$wallIncome = getWallIncome(
$nation['nation'],
$nation['level'],
$nation['rate'],
100,
$nation['capital'],
$nation['type'],
$cityList