From 941dab51b1450e6575b31822adc539e71e9434cd Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 27 Mar 2022 03:21:55 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B0=B1=EC=84=B1=EB=8F=99=EC=9B=90=20?= =?UTF-8?q?=EC=A0=84=EB=9E=B5=20=EC=82=AC=EC=9A=A9=EC=8B=9C=20=EA=B5=AD?= =?UTF-8?q?=EA=B0=80=20=EC=97=B4=EC=A0=84=EC=97=90=20=EC=9E=98=EB=AA=BB?= =?UTF-8?q?=EB=90=9C=20=EC=96=91=EC=8B=9D=EC=9C=BC=EB=A1=9C=20=EA=B8=B0?= =?UTF-8?q?=EB=A1=9D=EB=90=98=EB=8A=94=20=EB=B2=84=EA=B7=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/Nation/che_백성동원.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hwe/sammo/Command/Nation/che_백성동원.php b/hwe/sammo/Command/Nation/che_백성동원.php index 09033e6c..f0285ecd 100644 --- a/hwe/sammo/Command/Nation/che_백성동원.php +++ b/hwe/sammo/Command/Nation/che_백성동원.php @@ -156,11 +156,8 @@ class che_백성동원 extends Command\NationCommand 'wall' => $db->sqleval('GREATEST(wall_max * 0.8, wall)'), ], 'city=%i', $destCityID); - $josaYiNation = JosaUtil::pick($nationName, '이'); - - $logger->pushGeneralHistoryLog('백성동원을 발동'); - $logger->pushNationalHistoryLog("【전략】{$nationName}{$josaYiNation} {$destCityName}백성동원을 하였습니다."); + $logger->pushNationalHistoryLog("{$generalName}{$josaYi} {$destCityName}백성동원을 발동"); $db->update('nation', [ 'strategic_cmd_limit' => $this->generalObj->onCalcStrategic($this->getName(), 'globalDelay', 9)