From 5737ad3db2575b76ecffaff0d97aeddfaaaf4d54 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 17 Sep 2021 23:34:33 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=84=B4=20=EC=B4=88=EA=B8=B0=ED=99=94,?= =?UTF-8?q?=20=ED=8A=B9=EA=B8=B0=20=EC=B4=88=EA=B8=B0=ED=99=94=20=ED=8F=AC?= =?UTF-8?q?=EC=9D=B8=ED=8A=B8=20=EC=95=88=EB=82=B4=EA=B0=80=201=EC=8A=A4?= =?UTF-8?q?=ED=85=9D=20=EB=8A=A6=EC=9D=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/v_inheritPoint.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,