성벽 전투시 떨어지는 내정 수치 수정

This commit is contained in:
2018-08-21 16:41:31 +09:00
parent 4e14249707
commit 89d18cb7c5
+1 -1
View File
@@ -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);