Inherit: Action 완료?

This commit is contained in:
2021-09-15 19:06:15 +00:00
committed by Gitea
parent 5958c4b0ba
commit f54bdfcea0
6 changed files with 295 additions and 1 deletions
@@ -30,7 +30,7 @@ class BuySpecificUnique extends \sammo\BaseAPI
])
->rule('integer', 'amount')
->rule('min', GameConst::$inheritItemUniqueMinPoint)
->rule('keyExists', $availableItems);
->rule('keyExists', 'item', $availableItems);
if (!$v->validate()) {
return $v->errorStr();