From 1cb877503dd19f8b22ae45e493c0722648a01e79 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 17 Apr 2018 23:30:48 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B6=88=EA=B0=80=EC=B9=A8=20=ED=95=A9?= =?UTF-8?q?=EC=9D=98=20=EC=8B=9C=20=EB=85=84=20=ED=91=9C=EA=B8=B0=EA=B0=80?= =?UTF-8?q?=20=EC=9D=B4=EC=83=81=ED=95=9C=20=EB=AC=B8=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/DiplomaticMessage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/sammo/DiplomaticMessage.php b/hwe/sammo/DiplomaticMessage.php index 04c5f2ce..86f16628 100644 --- a/hwe/sammo/DiplomaticMessage.php +++ b/hwe/sammo/DiplomaticMessage.php @@ -83,8 +83,8 @@ class DiplomaticMessage extends Message{ return $chk; } - $youlog[] = "{$this->dest->nationName}(와)과 $helper->year년 불가침에 성공했습니다."; - $mylog[] = "{$this->src->nationName}(와)과 $helper->year년 불가침에 합의했습니다."; + $youlog[] = "{$this->dest->nationName}(와)과 $year년 불가침에 성공했습니다."; + $mylog[] = "{$this->src->nationName}(와)과 $year년 불가침에 합의했습니다."; pushGenLog(['no'=>$this->dest->generalID], $mylog); pushGenLog(['no'=>$this->src->generalID], $youlog); pushGeneralHistory(['no'=>$this->src->generalID], "●{$helper->year}년 {$helper->month}월:{$this->dest->nationName}(와)과 {$when}년 불가침 성공");