버그 수정

This commit is contained in:
2020-04-19 06:18:35 +09:00
parent 17d9853e90
commit e63b46b004
7 changed files with 38 additions and 45 deletions
@@ -38,7 +38,7 @@ class che_군량매매 extends Command\GeneralCommand{
if(!is_int($amount)){
return false;
}
$amount = Util::valueFit($amount, 100, GameConst::$maxIncentiveAmount);
$amount = Util::valueFit($amount, 100, GameConst::$maxResourceActionAmount);
$this->arg = [
'buyRice'=>$buyRice,