From eb545724ea3c1d34587dffb31d986642d1ca4c91 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 5 Aug 2023 05:19:40 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=B2=9C=ED=86=B5=ED=9B=84=20=EC=9D=B4?= =?UTF-8?q?=EB=B2=A4=ED=8A=B8=EC=97=90=EC=84=9C=20=EC=9C=A0=EC=82=B0=20?= =?UTF-8?q?=ED=8F=AC=EC=9D=B8=ED=8A=B8=EB=A5=BC=20=EC=96=BB=EC=9D=84=20?= =?UTF-8?q?=EC=88=98=20=EC=9E=88=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/InheritancePointManager.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hwe/sammo/InheritancePointManager.php b/hwe/sammo/InheritancePointManager.php index ae607892..69a4144e 100644 --- a/hwe/sammo/InheritancePointManager.php +++ b/hwe/sammo/InheritancePointManager.php @@ -125,6 +125,10 @@ class InheritancePointManager return $value; } + if($gameStor->isunited != 0 && $key !== InheritanceKey::previous){ + return 0; + } + if (is_array($storeType)) { [$storSubType, $storSubKey] = $storeType; if ($storSubType === 'rank') {