Inherit: Action 완료?

This commit is contained in:
2021-09-15 02:58:29 +09:00
parent 96266bbff2
commit 4040260ef7
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();