From 1a30da67260f670e99db707ce65b9cd92b7685d3 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 31 Dec 2021 23:05:22 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=84=B8=EC=88=98=20=ED=91=9C=EA=B8=B0?= =?UTF-8?q?=EB=A5=BC=20=EC=9E=98=EB=AA=BB=20=EB=B0=98=EC=98=81=ED=95=98?= =?UTF-8?q?=EB=8A=94=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/v_nationStratFinan.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hwe/v_nationStratFinan.php b/hwe/v_nationStratFinan.php index 9d8e19b7..a7320ecb 100644 --- a/hwe/v_nationStratFinan.php +++ b/hwe/v_nationStratFinan.php @@ -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