fix: inheritUnique 처리 수정

This commit is contained in:
2021-09-12 15:27:44 +09:00
parent 94b5618b4a
commit ecebc2c5ad
+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;