From 8fb8e6f75e251e6639ec5c10c76c9732559bf523 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 24 Apr 2020 02:24:15 +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/func.php | 1 + 1 file changed, 1 insertion(+) diff --git a/hwe/func.php b/hwe/func.php index 0e1021a5..d08a39d6 100644 --- a/hwe/func.php +++ b/hwe/func.php @@ -1525,6 +1525,7 @@ function tryUniqueItemLottery(General $general, string $acquireType='아이템') $logger = $general->getLogger(); $logger->pushGeneralActionLog("{$itemName}{$josaUl} 습득했습니다!"); + $logger->pushGeneralHistoryLog("{$itemName}{$josaUl} 습득"); $logger->pushGlobalActionLog("{$generalName}{$josaYi} {$itemName}{$josaUl} 습득했습니다!"); $logger->pushGlobalHistoryLog("【{$acquireType}】{$nationName}{$generalName}{$josaYi} {$itemName}{$josaUl} 습득했습니다!");