fix: 천통후 이벤트에서 유산 포인트를 얻을 수 있는 문제 수정

This commit is contained in:
2023-08-05 05:19:40 +00:00
parent 7858b48bad
commit eb545724ea
+4
View File
@@ -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') {