From 15e3ec5263d56cb019510fc0bc303bb130d0461b Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 14 May 2020 22:05:47 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9C=A0=EB=8B=88=ED=81=AC=ED=85=9C=20=20?= =?UTF-8?q?=EC=8A=B5=EB=93=9D=20=ED=99=95=EB=A5=A0=20=EB=B2=84=EA=B7=B8?= 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 e625bae4..8443ad61 100644 --- a/hwe/func.php +++ b/hwe/func.php @@ -1598,7 +1598,7 @@ function tryUniqueItemLottery(General $general, string $acquireType = '아이템 $prob = 1 / ($genCount / 10 / 4); // 건국시 4개(20%) 등장(200명시 20국 정도 됨) } - $prob = Util::valueFit($prob, 1 / 3, 1); + $prob = Util::valueFit($prob, null, 1 / 3); if (!Util::randBool($prob)) { return false;