버그 수정

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
+3 -3
View File
@@ -30,13 +30,13 @@ $('#commonSubmit').click(function(){
//checkCommandArg 참고
var availableArgumentList = {
'string':[
'nationName', 'optionText', 'itemType', 'nationType',
'nationName', 'optionText', 'itemType', 'nationType', 'itemCode',
],
'int':[
'crewType', 'destGeneralID', 'destCityID', 'destNationID',
'amount', 'colorType', 'itemCode',
'amount', 'colorType',
'month',
'year', 'itemCode', 'destGeneralID', 'destCityID', 'destNationID', 'amount', 'crewType',
'year', 'destGeneralID', 'destCityID', 'destNationID', 'amount', 'crewType',
],
'boolean':[
'isGold', 'buyRice',