inheritAction: 설문조사에서는 특정 유니크 구입 기능 해제
This commit is contained in:
+1
-1
@@ -1831,7 +1831,7 @@ function tryUniqueItemLottery(General $general, string $acquireType = '아이템
|
|||||||
}
|
}
|
||||||
|
|
||||||
$inheritUnique = $general->getAuxVar('inheritUniqueTrial');
|
$inheritUnique = $general->getAuxVar('inheritUniqueTrial');
|
||||||
if ($inheritUnique && count($inheritUnique)) {
|
if ($acquireType != '설문조사' && $inheritUnique && count($inheritUnique)) {
|
||||||
LogText("유니크 준비?? {$general->getID()}", $inheritUnique);
|
LogText("유니크 준비?? {$general->getID()}", $inheritUnique);
|
||||||
$trialResult = tryInheritUniqueItem($general, $acquireType);
|
$trialResult = tryInheritUniqueItem($general, $acquireType);
|
||||||
if ($trialResult) {
|
if ($trialResult) {
|
||||||
|
|||||||
Reference in New Issue
Block a user