fix: 턴 초기화, 특기 초기화 포인트 안내가 1스텝 늦음

This commit is contained in:
2021-09-17 23:34:33 +09:00
parent 4ac174eb9a
commit 5737ad3db2
+2 -2
View File
@@ -89,8 +89,8 @@ $lastInheritPointLogs = $db->query('SELECT server_id, year, month, date, text FR
'resetSpecialWarLevel' => $resetSpecialWarLevel,
'inheritActionCost' => [
'buff' => GameConst::$inheritBuffPoints,
'resetTurnTime' => calcResetAttrPoint($resetTurnTimeLevel),
'resetSpecialWar' => calcResetAttrPoint($resetSpecialWarLevel),
'resetTurnTime' => calcResetAttrPoint($resetTurnTimeLevel + 1),
'resetSpecialWar' => calcResetAttrPoint($resetSpecialWarLevel + 1),
'randomUnique' => GameConst::$inheritItemRandomPoint,
'nextSpecial' => GameConst::$inheritSpecificSpecialPoint,
'minSpecificUnique' => GameConst::$inheritItemUniqueMinPoint,