inheritStore: 버프/디버프 구매 UI

This commit is contained in:
2021-09-15 19:06:15 +00:00
committed by Gitea
parent 97a28f716c
commit d06f3b6bdf
9 changed files with 202 additions and 10 deletions
@@ -63,7 +63,7 @@ class ResetSpecialWar extends \sammo\BaseAPI
$general->setAuxVar('inheritResetSpecialWar', $nextLevel);
$general->setVar('special2', 'None');
$inheritStor->setValue('previous', $previousPoint - $reqPoint);
$general->flushUpdateValues();
$general->applyDB($db);
return null;
}
}