调整商店配置,更新商品ID、类型及数量,并新增批量购买选项

This commit is contained in:
2024-12-22 19:11:52 +08:00
parent fc446f0312
commit cbeade0e75

View File

@@ -6,12 +6,14 @@ ShopConfig={
shoptype = 1,
Tabshop = 1,
shopid = 1,
shop = {type=2,id=2,count=50000},
price = {type=4,id=4,count=10},
shop = {type=4,id=4,count=100},
price = {type=3,id=3,count=10000},
levellimit = 1,
reincarnationlimit = 0,
daylimit = 0,
buytype = {},
batchbuy = 1,
Maxbatchbuy = 9999
},
[2] = {
shoptype = 1,
@@ -2296,4 +2298,4 @@ ShopConfig={
},
},
},
}
}