아이템 구현. 장비매매 추가

This commit is contained in:
2018-10-21 01:55:09 +09:00
parent 05fcb5397e
commit b6db653f41
28 changed files with 777 additions and 208 deletions
+2 -2
View File
@@ -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]]