From 8a4aae8258b78ef58a66b8034ea6939099067afc Mon Sep 17 00:00:00 2001 From: Hide_D Date: Fri, 13 May 2022 18:01:31 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=95=84=EC=9D=B4=ED=85=9C=20=EB=B2=84?= =?UTF-8?q?=EB=A6=AC=EA=B8=B0=EC=8B=9C,=20=EC=A1=B0=EC=82=AC=20=ED=8B=80?= =?UTF-8?q?=EB=A6=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/API/General/DropItem.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hwe/sammo/API/General/DropItem.php b/hwe/sammo/API/General/DropItem.php index 2c0c8017..61c82db9 100644 --- a/hwe/sammo/API/General/DropItem.php +++ b/hwe/sammo/API/General/DropItem.php @@ -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("{$itemName}{$josaUl} 버렸습니다."); $nationName = $me->getStaticNation()['name'];