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']);