From 4524de492d2ac91dfca9a4608da79141d6885eeb Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 24 Apr 2020 03:01:26 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=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 d08a39d6..bb81fdae 100644 --- a/hwe/func.php +++ b/hwe/func.php @@ -1500,7 +1500,7 @@ function tryUniqueItemLottery(General $general, string $acquireType='아이템') $remain = $cnt - $occupiedUnique[$itemCode]; if($remain > 0){ - $availableUnique[] = [[$itemType, $itemCode], $cnt]; + $availableUnique[] = [[$itemType, $itemCode], $remain]; } } }