버그 수정

- 태수국에 임관하지 않는 버그
- NPC국 국가 레벨 상승시 버그
This commit is contained in:
2021-08-10 18:47:17 +09:00
parent 725278c7c3
commit b6dc0e08c2
3 changed files with 8 additions and 6 deletions
+3 -1
View File
@@ -670,7 +670,9 @@ function updateNationState()
$winnerObj->applyDB($db);
}
$chiefObj->increaseInheritancePoint('unifier', 250 * $levelDiff);
if($chiefObj){
$chiefObj->increaseInheritancePoint('unifier', 250 * $levelDiff);
}
}
}