유니크템 습득 확률 버그

This commit is contained in:
2020-05-14 22:05:47 +09:00
parent d6ddd91fda
commit 15e3ec5263
+1 -1
View File
@@ -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;