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
@@ -72,7 +72,7 @@ class BuyHiddenBuff extends \sammo\BaseAPI
$inheritBuffList[$type] = $level;
$general->setAuxVar('inheritBuff', $inheritBuffList);
$inheritStor->setValue('previous', [$previousPoint - $reqAmount, [$type, $level]]);
$inheritStor->setValue('previous', [$previousPoint - $reqAmount, null]);
$general->applyDB($db);
return null;
}