fix: 아이템 버리기시, 조사 틀림

This commit is contained in:
2022-05-13 18:01:31 +09:00
parent f100998800
commit e0d5c44184
+3 -1
View File
@@ -49,8 +49,10 @@ class DropItem extends \sammo\BaseAPI
$generalName = $me->getName();
$josaYi = JosaUtil::pick($generalName, '이');
$itemName = $item->getName();
$josaUl = JosaUtil::pick($itemName, '을');
$itemRawName = $item->getRawName();
$josaUl = JosaUtil::pick($itemRawName, '을');
$logger->pushGeneralActionLog("<C>{$itemName}</>{$josaUl} 버렸습니다.");
$nationName = $me->getStaticNation()['name'];