From f6ffc20a238af31c1daa7f8c633f60e31e98b5f6 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 19 Apr 2018 00:10:19 +0900 Subject: [PATCH] =?UTF-8?q?=EB=93=B1=EC=9A=A9=EC=9E=A5=20=EC=9E=A5?= =?UTF-8?q?=EC=88=98=EC=97=B4=EC=A0=84=20=EA=B8=B0=EB=A1=9D=20=EC=95=88?= =?UTF-8?q?=EB=90=98=EB=8A=94=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/ScoutMessage.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hwe/sammo/ScoutMessage.php b/hwe/sammo/ScoutMessage.php index e2f7dd0f..fc9053e0 100644 --- a/hwe/sammo/ScoutMessage.php +++ b/hwe/sammo/ScoutMessage.php @@ -96,6 +96,13 @@ class ScoutMessage extends Message{ ['no'=>$this->src->generalID], ["{$this->dest->generalName} 등용에 성공했습니다."] ); + pushGeneralHistory( + ['no'=>$this->src->generalID], + ["●{$helper->year}년 {$helper->month}월:{$this->dest->generalName} 등용에 성공"]); + pushGeneralHistory( + ['no'=>$this->dest->generalID], + ["●{$helper->year}년 {$helper->month}월:{$this->src->nationName}(으)로 망명"] + ); pushGeneralPublicRecord( ["●{$helper->month}월:{$this->dest->generalName}(이)가 {$this->src->nationName}(으)로 망명하였습니다."], $helper->year,