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

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