diff --git a/hwe/sammo/WarUnitCity.php b/hwe/sammo/WarUnitCity.php index db0004eb..4a6893f8 100644 --- a/hwe/sammo/WarUnitCity.php +++ b/hwe/sammo/WarUnitCity.php @@ -97,7 +97,7 @@ class WarUnitCity extends WarUnit{ //NOTE: 전투로 인한 사망자는 여기서 처리하지 않음 - $decWealth = $this->dead / 10; + $decWealth = $this->dead / 100; $this->increaseVarWithLimit('agri', -$decWealth, 0); $this->increaseVarWithLimit('comm', -$decWealth, 0); $this->increaseVarWithLimit('secu', -$decWealth, 0);