fix: previous inheritPoint 지정값 버그

This commit is contained in:
2021-09-15 19:06:15 +00:00
committed by Gitea
parent b9259353f4
commit 942b2752f5
9 changed files with 33 additions and 24 deletions
@@ -62,7 +62,7 @@ class ResetSpecialWar extends \sammo\BaseAPI
$general->setAuxVar('inheritResetSpecialWar', $nextLevel);
$general->setVar('special2', 'None');
$inheritStor->setValue('previous', [$previousPoint - $reqPoint, 'ResetSpecialWar']);
$inheritStor->setValue('previous', [$previousPoint - $reqPoint, null]);
$general->applyDB($db);
return null;
}