feat(shop): 调整道具 1015 在商城的售价和数量
- 将道具 1015 的数量从 1 个增加到 10 个 - 将价格从 500 金币增加到 5000 金币
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user