inheritStore: 버프/디버프 구매 UI

This commit is contained in:
2021-09-15 19:06:15 +00:00
committed by Gitea
parent f7ea1e3b99
commit 07b49dca49
9 changed files with 202 additions and 10 deletions
@@ -46,7 +46,7 @@ class BuyRandomUnique extends \sammo\BaseAPI
$general->setAuxVar('inheritRandomUnique', TimeUtil::now());
$inheritStor->setValue('previous', $previousPoint - GameConst::$inheritItemRandomPoint);
$general->flushUpdateValues();
$general->applyDB($db);
return null;
}
}