diff --git a/hwe/v_inheritPoint.php b/hwe/v_inheritPoint.php index 533fc939..2eea6c33 100644 --- a/hwe/v_inheritPoint.php +++ b/hwe/v_inheritPoint.php @@ -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,