징병 모병 추가, iAction 구조 일부 변경

This commit is contained in:
2018-10-20 23:31:32 +09:00
parent cee0d3f03e
commit 2de061203b
50 changed files with 560 additions and 183 deletions
+3 -3
View File
@@ -20,11 +20,11 @@ if(!$action){
$defaultCheck = [
'string'=>[
'crewType', 'nationName', 'optionText', 'itemType'
'nationName', 'optionText', 'itemType'
],
'integer'=>[
'destGeneralID', 'destCityID', 'destNationID',
'amountMoney', 'amountCrew', 'colorType', 'nationType'
'crewType', 'destGeneralID', 'destCityID', 'destNationID',
'amount', 'colorType', 'nationType'
],
'boolean'=>[
'isGold', 'buyRice'