From ecebc2c5ad8310c2d7dbe76a4ab1e86c44c213e7 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 12 Sep 2021 15:27:44 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20inheritUnique=20=EC=B2=98=EB=A6=AC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func.php b/hwe/func.php index ddf8fa49..b680d36c 100644 --- a/hwe/func.php +++ b/hwe/func.php @@ -1789,7 +1789,7 @@ function tryUniqueItemLottery(General $general, string $acquireType = '아이템 } $inheritUnique = $general->getAuxVar('inheritUniqueTrial'); - if (count($inheritUnique)) { + if ($inheritUnique && count($inheritUnique)) { $trialResult = tryInheritUniqueItem($general, $acquireType); if ($trialResult) { return true;