fix: inheritUnique 처리 수정

This commit is contained in:
2021-09-15 19:06:15 +00:00
committed by Gitea
parent 7ed4bd5c01
commit 62deebf310
+1 -1
View File
@@ -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;