feat(shop): 调整道具 1015 在商城的售价和数量

- 将道具 1015 的数量从 1 个增加到 10 个
- 将价格从 500 金币增加到 5000 金币
This commit is contained in:
aixianling
2024-12-17 12:50:58 +08:00
parent 10de571db0
commit 27ad18aeae

View File

@@ -323,8 +323,8 @@ ShopConfig={
shoptype = 1,
Tabshop = 3,
shopid = 24,
shop = {type=0,id=1015,count=1},
price = {type=4,id=4,count=500},
shop = {type=0,id=1015,count=10},
price = {type=4,id=4,count=5000},
levellimit = 1,
reincarnationlimit = 0,
daylimit = 0,