From d4f7ce7560272d0ea7fec0352b7c9d65b5a222ab Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 2 May 2020 02:12:23 +0900 Subject: [PATCH] =?UTF-8?q?=ED=91=9C=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Event/Action/CreateManyNPC.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Event/Action/CreateManyNPC.php b/hwe/sammo/Event/Action/CreateManyNPC.php index 0b5ff21c..30597805 100644 --- a/hwe/sammo/Event/Action/CreateManyNPC.php +++ b/hwe/sammo/Event/Action/CreateManyNPC.php @@ -111,7 +111,7 @@ class CreateManyNPC extends \sammo\Event\Action{ else{ $logger->pushGlobalActionLog("운영자가 장수 {$genCnt}명을 생성하였습니다."); } - $logger->pushGlobalHistoryLog("운영자가 장수 {$genCnt}명을 생성했습니다.", \sammo\ActionLogger::EVENT_YEAR_MONTH); + $logger->pushGlobalHistoryLog("운영자가 장수 {$genCnt}명생성했습니다.", \sammo\ActionLogger::EVENT_YEAR_MONTH); $logger->flush(); return [__CLASS__, $result];