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,