From 55886269eadbe59297ab3f76eda0b107951cb7d0 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 18 Sep 2021 00:06:20 +0900 Subject: [PATCH] =?UTF-8?q?inheritAction:=20=EC=84=A4=EB=AC=B8=EC=A1=B0?= =?UTF-8?q?=EC=82=AC=EC=97=90=EC=84=9C=EB=8A=94=20=ED=8A=B9=EC=A0=95=20?= =?UTF-8?q?=EC=9C=A0=EB=8B=88=ED=81=AC=20=EA=B5=AC=EC=9E=85=20=EA=B8=B0?= =?UTF-8?q?=EB=8A=A5=20=ED=95=B4=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func.php b/hwe/func.php index fc5f7959..579bd3f6 100644 --- a/hwe/func.php +++ b/hwe/func.php @@ -1831,7 +1831,7 @@ function tryUniqueItemLottery(General $general, string $acquireType = '아이템 } $inheritUnique = $general->getAuxVar('inheritUniqueTrial'); - if ($inheritUnique && count($inheritUnique)) { + if ($acquireType != '설문조사' && $inheritUnique && count($inheritUnique)) { LogText("유니크 준비?? {$general->getID()}", $inheritUnique); $trialResult = tryInheritUniqueItem($general, $acquireType); if ($trialResult) {