아이템 구현. 장비매매 추가
This commit is contained in:
@@ -24,10 +24,10 @@ $defaultCheck = [
|
||||
],
|
||||
'integer'=>[
|
||||
'crewType', 'destGeneralID', 'destCityID', 'destNationID',
|
||||
'amount', 'colorType', 'nationType'
|
||||
'amount', 'colorType', 'nationType', 'itemCode'
|
||||
],
|
||||
'boolean'=>[
|
||||
'isGold', 'buyRice'
|
||||
'isGold', 'buyRice',
|
||||
],
|
||||
'between'=>[
|
||||
['month', [1, 12]]
|
||||
|
||||
Reference in New Issue
Block a user