From 96c5f987d6d575442d50aac4dfec5d1a072379fa Mon Sep 17 00:00:00 2001 From: Jinhyun Kim Date: Sat, 14 Oct 2023 07:57:27 +0900 Subject: [PATCH] =?UTF-8?q?misc:=20=EB=93=B1=EC=9A=A9=EC=9E=A5=20=EC=88=98?= =?UTF-8?q?=EB=9D=BD=20=EC=8B=9C=EC=97=90=EB=8F=84=20=EA=B5=AD=EA=B0=80=20?= =?UTF-8?q?=EC=9D=B4=EB=A6=84=20=EB=B3=BC=EB=93=9C=20=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/General/che_등용수락.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/sammo/Command/General/che_등용수락.php b/hwe/sammo/Command/General/che_등용수락.php index dc608383..61c3fa8c 100644 --- a/hwe/sammo/Command/General/che_등용수락.php +++ b/hwe/sammo/Command/General/che_등용수락.php @@ -169,7 +169,7 @@ class che_등용수락 extends Command\GeneralCommand{ $logger->pushGeneralActionLog("{$destNationName}{$josaRo} 망명하여 수도로 이동합니다."); $destLogger->pushGeneralActionLog("{$generalName} 등용에 성공했습니다."); - $logger->pushGeneralHistoryLog("{$destNationName}{$josaRo} 망명"); + $logger->pushGeneralHistoryLog("{$destNationName}{$josaRo} 망명"); $destLogger->pushGeneralHistoryLog("{$generalName} 등용에 성공"); $logger->pushGlobalActionLog("{$generalName}{$josaYi} {$destNationName}{$josaRo} 망명하였습니다."); @@ -212,4 +212,4 @@ class che_등용수락 extends Command\GeneralCommand{ return true; } -} \ No newline at end of file +}