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') {