From 2f54f94b79002da0649c67fb6dcad9adcfcd0817 Mon Sep 17 00:00:00 2001 From: Jinhyun Kim Date: Sun, 16 Oct 2022 14:22:35 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=8A=B9=EC=A0=95=20=EB=A9=94=EC=8B=9C?= =?UTF-8?q?=EC=A7=80=EB=8A=94=20=EB=AC=B8=EC=9E=A5=20=EB=B6=80=ED=98=B8=20?= =?UTF-8?q?=EC=97=86=EC=9D=B4=20=EB=81=9D=EB=A7=BA=EB=8D=98=20=EA=B2=83?= =?UTF-8?q?=EC=9D=84=20=EC=9D=BC=EA=B4=80=EC=84=B1=20=EC=9E=88=EB=8A=94=20?= =?UTF-8?q?=EB=B0=A9=ED=96=A5=EC=9C=BC=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func.php | 2 +- hwe/sammo/Command/Nation/che_물자원조.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/func.php b/hwe/func.php index c08fd628..e2c3e05e 100644 --- a/hwe/func.php +++ b/hwe/func.php @@ -1951,7 +1951,7 @@ function nextRuler(General $general) $josaYi = JosaUtil::pick($nextRulerName, '이'); $nextRulerLogger = new ActionLogger($nextRulerID, $nationID, $year, $month); - $nextRulerLogger->pushGlobalHistoryLog("【유지】{$nextRulerName}{$josaYi} {$nationName}의 유지를 이어 받았습니다"); + $nextRulerLogger->pushGlobalHistoryLog("【유지】{$nextRulerName}{$josaYi} {$nationName}의 유지를 이어 받았습니다."); $nextRulerLogger->pushGeneralHistoryLog("【유지】{$nextRulerName}{$josaYi} {$nationName}의 유지를 이어 받음."); $nextRulerLogger->flush(); // 장수 삭제 및 부대처리는 checkTurn에서 diff --git a/hwe/sammo/Command/Nation/che_물자원조.php b/hwe/sammo/Command/Nation/che_물자원조.php index f3949d83..4fa6f416 100644 --- a/hwe/sammo/Command/Nation/che_물자원조.php +++ b/hwe/sammo/Command/Nation/che_물자원조.php @@ -217,7 +217,7 @@ class che_물자원조 extends Command\NationCommand $logger->pushGeneralHistoryLog("{$destNationName}{$josaRo} 금{$goldAmountText} 쌀{$riceAmountText}을 지원"); $logger->pushNationalHistoryLog("{$destNationName}{$josaRo} 금{$goldAmountText} 쌀{$riceAmountText}을 지원"); - $logger->pushGlobalHistoryLog("【원조】{$nationName}에서 {$destNationName}{$josaRo} 물자를 지원합니다"); + $logger->pushGlobalHistoryLog("【원조】{$nationName}에서 {$destNationName}{$josaRo} 물자를 지원합니다."); $logger->pushGeneralActionLog($broadcastMessage); $logger->pushGeneralActionLog("{$destNationName}{$josaRo} 물자를 지원합니다. <1>$date", ActionLogger::PLAIN); -- 2.54.0