inheritStore: 버프/디버프 구매 UI

This commit is contained in:
2021-09-15 23:49:20 +09:00
parent a10bb03fef
commit b84aeb71e0
9 changed files with 202 additions and 10 deletions
@@ -69,7 +69,7 @@ class SetNextSpecialWar extends \sammo\BaseAPI
$general->setAuxVar('inheritSpecificSpecialWar', $type);
$inheritStor->setValue('previous', $previousPoint - $reqAmount);
$general->flushUpdateValues();
$general->applyDB($db);
return null;
}
}