From 836f6dffd0fe3bd68dcabf852f9009caf77ee600 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 22 Aug 2018 15:23:46 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=84=EB=9E=B5=20=EB=A1=9C=EA=B7=B8?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EC=9E=A5=EC=88=98=20=EB=B6=80=EC=83=81=20?= =?UTF-8?q?=EC=88=98=EC=B9=98=EB=8F=84=20=EA=B0=95=EC=A1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_process_sabotage.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hwe/func_process_sabotage.php b/hwe/func_process_sabotage.php index 8d6c4003..72039f80 100644 --- a/hwe/func_process_sabotage.php +++ b/hwe/func_process_sabotage.php @@ -234,7 +234,7 @@ function process_32(&$general) { $injuryCount = SabotageInjury($destCityID); - $logger->pushGeneralActionLog("도시의 농업이 {$agriAmount}, 상업이 {$commAmount}만큼 감소하고, 장수 {$injuryCount}명이 부상 당했습니다.", ActionLogger::PLAIN); + $logger->pushGeneralActionLog("도시의 농업이 {$agriAmount}, 상업이 {$commAmount}만큼 감소하고, 장수 {$injuryCount}명이 부상 당했습니다.", ActionLogger::PLAIN); $exp = Util::randRangeInt(201, 300); $exp *= getCharExpMultiplier($general['personal']); @@ -543,7 +543,7 @@ function process_34(&$general) { $injuryCount = SabotageInjury($destCityID); - $logger->pushGeneralActionLog("도시의 수비가 {$defAmount}, 성벽이 {$wallAmount}만큼 감소하고, 장수 {$injuryCount}명이 부상 당했습니다.", ActionLogger::PLAIN); + $logger->pushGeneralActionLog("도시의 수비가 {$defAmount}, 성벽이 {$wallAmount}만큼 감소하고, 장수 {$injuryCount}명이 부상 당했습니다.", ActionLogger::PLAIN); $exp = Util::randRangeInt(201, 300); $exp *= getCharExpMultiplier($general['personal']); @@ -684,7 +684,7 @@ function process_35(&$general) { $injuryCount = SabotageInjury($destCityID); - $logger->pushGeneralActionLog("도시의 치안이 {$secuAmount}, 민심이 {$rateAmount}만큼 감소하고, 장수 {$injuryCount}명이 부상 당했습니다.", ActionLogger::PLAIN); + $logger->pushGeneralActionLog("도시의 치안이 {$secuAmount}, 민심이 {$rateAmount}만큼 감소하고, 장수 {$injuryCount}명이 부상 당했습니다.", ActionLogger::PLAIN); $exp = Util::randRangeInt(201, 300); $exp *= getCharExpMultiplier($general['personal']);