버그 수정

This commit is contained in:
2019-10-08 02:29:07 +09:00
parent 2ea726518e
commit 073759612a
5 changed files with 32 additions and 23 deletions
+1 -2
View File
@@ -174,7 +174,7 @@ function checkCommandArg(?array $arg):?string{
],*/
'integer'=>[
'crewType', 'destGeneralID', 'destCityID', 'destNationID',
'amount', 'colorType', 'itemCode'
'amount', 'colorType',
],
'boolean'=>[
'isGold', 'buyRice',
@@ -184,7 +184,6 @@ function checkCommandArg(?array $arg):?string{
],
'min'=>[
['year', 0],
['itemCode', 0],
['destGeneralID', 1],
['destCityID', 1],
['destNationID', 1],