From eb232f7bb1662b64f567626d169a58409d418f8f Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 2 May 2020 01:16:09 +0900 Subject: [PATCH] =?UTF-8?q?=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/Scenario/NPC.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Scenario/NPC.php b/hwe/sammo/Scenario/NPC.php index dc4050a2..f4bd3f50 100644 --- a/hwe/sammo/Scenario/NPC.php +++ b/hwe/sammo/Scenario/NPC.php @@ -201,7 +201,7 @@ class NPC{ if($isNewGeneral){ $josaYi = JosaUtil::pick($name, '이'); $logger = new \sammo\ActionLogger(0, 0, $year, $month); - $logger->pushGlobalActionLog('{$name}{$josaYi} 성인이 되어 등장했습니다.'); + $logger->pushGlobalActionLog("{$name}{$josaYi} 성인이 되어 등장했습니다."); $logger->flush(); }