유산 포인트 사용 시스템 #193

Merged
Hide_D merged 34 commits from inherit_buff into devel 2021-09-16 04:06:16 +09:00
Showing only changes of commit ecebc2c5ad - Show all commits
+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;