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} 습득했습니다!");