From 3d88ecdeed1ef4f31d62eff1939abd01a66d2c00 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 21 Aug 2018 16:41:31 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=B1=EB=B2=BD=20=EC=A0=84=ED=88=AC?= =?UTF-8?q?=EC=8B=9C=20=EB=96=A8=EC=96=B4=EC=A7=80=EB=8A=94=20=EB=82=B4?= =?UTF-8?q?=EC=A0=95=20=EC=88=98=EC=B9=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/WarUnitCity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/WarUnitCity.php b/hwe/sammo/WarUnitCity.php index 4a6893f8..bad6a251 100644 --- a/hwe/sammo/WarUnitCity.php +++ b/hwe/sammo/WarUnitCity.php @@ -97,7 +97,7 @@ class WarUnitCity extends WarUnit{ //NOTE: 전투로 인한 사망자는 여기서 처리하지 않음 - $decWealth = $this->dead / 100; + $decWealth = $this->getKilled() / 10; $this->increaseVarWithLimit('agri', -$decWealth, 0); $this->increaseVarWithLimit('comm', -$decWealth, 0); $this->increaseVarWithLimit('secu', -$decWealth, 0);