From f45e0c9c4b9631d25b9107fdba7c4fd3cd16df97 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 29 Oct 2021 02:21:53 +0900 Subject: [PATCH] =?UTF-8?q?game:=20=EC=9E=A5=EB=B9=84=EB=A7=A4=EB=A7=A4=20?= =?UTF-8?q?=EC=8B=9C=20=EB=8F=84=EA=B5=AC=20=EC=9C=A0=EB=8B=88=ED=81=AC=20?= =?UTF-8?q?=EB=8D=AE=EC=96=B4=EC=A7=80=EC=A7=80=20=EC=95=8A=EA=B2=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/General/che_장비매매.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Command/General/che_장비매매.php b/hwe/sammo/Command/General/che_장비매매.php index 9904a40a..a14f46e3 100644 --- a/hwe/sammo/Command/General/che_장비매매.php +++ b/hwe/sammo/Command/General/che_장비매매.php @@ -89,7 +89,7 @@ class che_장비매매 extends Command\GeneralCommand{ else if($itemCode == $general->getVar($itemType)){ $this->fullConditionConstraints[] = ConstraintHelper::AlwaysFail('이미 가지고 있습니다.'); } - else if($itemType != 'item' && !buildItemClass($general->getVar($itemType))->isBuyable()){ + else if(!buildItemClass($general->getVar($itemType))->isBuyable()){ $this->fullConditionConstraints[] = ConstraintHelper::AlwaysFail('이미 진귀한 것을 가지고 있습니다.'); } }