feat: 유산 포인트 획득, 소모 정도를 동적으로 명장 일람 항목으로 기록
- 1월, 7월 - 베팅, 베팅 당첨을 소모/획득으로 분리 - 일단 유산 포인트 획득은 별도 분리
This commit is contained in:
@@ -636,6 +636,7 @@ class General implements iAction
|
||||
|
||||
if ($refundPoint > 0) {
|
||||
$this->increaseInheritancePoint(InheritanceKey::previous, $refundPoint);
|
||||
$this->increaseRankVar(RankColumn::inherit_point_spent_dynamic, -$refundPoint);
|
||||
}
|
||||
|
||||
$inheritPointManager = InheritancePointManager::getInstance();
|
||||
|
||||
Reference in New Issue
Block a user