fix: inheritUnique 처리 수정
This commit is contained in:
+1
-1
@@ -1789,7 +1789,7 @@ function tryUniqueItemLottery(General $general, string $acquireType = '아이템
|
|||||||
}
|
}
|
||||||
|
|
||||||
$inheritUnique = $general->getAuxVar('inheritUniqueTrial');
|
$inheritUnique = $general->getAuxVar('inheritUniqueTrial');
|
||||||
if (count($inheritUnique)) {
|
if ($inheritUnique && count($inheritUnique)) {
|
||||||
$trialResult = tryInheritUniqueItem($general, $acquireType);
|
$trialResult = tryInheritUniqueItem($general, $acquireType);
|
||||||
if ($trialResult) {
|
if ($trialResult) {
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user