fix: 아이템 판매시 에러 방지

This commit is contained in:
2022-02-20 15:31:52 +09:00
parent d8f4056f46
commit eb6b7ce84a
+1
View File
@@ -183,6 +183,7 @@ class General implements iAction
{
if ($itemCode === null) {
$this->deleteItem($itemKey);
return;
}
$this->setVar($itemKey, $itemCode);