商店:商品type修改

This commit is contained in:
jingyushiwo
2022-08-08 17:51:08 +08:00
parent 35b9516a6b
commit 65f32f2738
3 changed files with 14 additions and 6 deletions

View File

@@ -1245,7 +1245,7 @@
"goodId": 50001,
"goodName": "下品装备图纸",
"shop": 7,
"type": 11,
"type": 20,
"guildLvLimit": 0,
"lvLimit": 0,
"ranklimit": 0,
@@ -1262,7 +1262,7 @@
"goodId": 50002,
"goodName": "中品装备图纸",
"shop": 7,
"type": 11,
"type": 20,
"guildLvLimit": 0,
"lvLimit": 0,
"ranklimit": 0,
@@ -1279,7 +1279,7 @@
"goodId": 50003,
"goodName": "上品装备图纸",
"shop": 7,
"type": 11,
"type": 20,
"guildLvLimit": 0,
"lvLimit": 0,
"ranklimit": 0,
@@ -1296,7 +1296,7 @@
"goodId": 50004,
"goodName": "极品装备图纸",
"shop": 7,
"type": 11,
"type": 20,
"guildLvLimit": 0,
"lvLimit": 0,
"ranklimit": 0,
@@ -1313,7 +1313,7 @@
"goodId": 50005,
"goodName": "圣品装备图纸",
"shop": 7,
"type": 11,
"type": 20,
"guildLvLimit": 0,
"lvLimit": 0,
"ranklimit": 0,

View File

@@ -51,7 +51,7 @@
"shopid": 7,
"shopname": "秘境商店",
"shopicon": "shoptubiaozi_mijing",
"typeid": "2&11",
"typeid": "2&20",
"moneyid": "40007&",
"openLimit": "0&110"
},

View File

@@ -150,5 +150,13 @@
"shop": 6,
"isLimit": 0,
"openLimit": "&"
},
{
"id": 20,
"typeid": 20,
"name": "图纸",
"shop": 7,
"isLimit": 0,
"openLimit": "&"
}
]