game: 빙의장도 유산 획득이 가능하도록 수정

- 유산 실 반영 시점을 은퇴, 천통 시점으로 변경
This commit is contained in:
2021-12-09 00:26:47 +09:00
parent fc3b854add
commit 1727d34853
7 changed files with 65 additions and 13 deletions
+3 -1
View File
@@ -26,5 +26,7 @@ foreach ($db->queryFirstColumn(
}
foreach(General::createGeneralObjListFromDB($db->queryFirstColumn('SELECT `no` FROM general WHERE npc = 0')) as $genObj){
$genObj->mergeTotalInheritancePoint();
$genObj->mergeTotalInheritancePoint(true);
applyInheritanceUser($genObj->getID());
$genObj->clearInheritancePoint();
}