chore(shop): 更新商城配置

- 将商品 ID 从 1394 修改为 1242
- 调整购买限制类型从 2 修改为 3
- 移除购买限制条件
- 修改价格 ID 从 4 修改为 3
- 调整价格类型从 4 修改为 3
- 修改价格数量从 1000000 减少到 188
This commit is contained in:
2025-02-13 22:08:44 +08:00
parent 2457a29658
commit 888296a293

View File

@@ -117,12 +117,12 @@ ShopConfig = {
shopid = 94,
shoptype = 1,
Tabshop = 1,
shop = { id = 1394, type = 0, count = 1 },
shop = { id = 1242, type = 0, count = 1 },
statictype = 51,
buytype = { { limit = { { value = 15, times = 1 } }, type = 2 } },
buytype = { { limit = { { value = 0, times = 1 } }, type = 3 } },
daylimit = 0,
levellimit = 1,
price = { id = 4, type = 4, count = 1000000 },
price = { id = 3, type = 3, count = 188 },
},
},
[2] = {