forked from devsam/core
fix: 아이템 판매시 에러 방지
This commit is contained in:
@@ -183,6 +183,7 @@ class General implements iAction
|
||||
{
|
||||
if ($itemCode === null) {
|
||||
$this->deleteItem($itemKey);
|
||||
return;
|
||||
}
|
||||
|
||||
$this->setVar($itemKey, $itemCode);
|
||||
|
||||
Reference in New Issue
Block a user