fix: 천통후 이벤트에서 유산 포인트를 얻을 수 있는 문제 수정
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user