feat(shop): 调整道具价格和购买限制
- 将道具 1059、1060、1061 和 1062 的价格从 60 调整为 600 - 移除了道具 1062 的购买类型限制
This commit is contained in:
@@ -1795,7 +1795,7 @@ ShopConfig={
|
||||
Tabshop = 7,
|
||||
shopid = 95,
|
||||
shop = {type=0,id=1059,count=1},
|
||||
price = {type=3,id=3,count=60},
|
||||
price = {type=3,id=3,count=600},
|
||||
levellimit = 1,
|
||||
reincarnationlimit = 0,
|
||||
daylimit = 0,
|
||||
@@ -1808,7 +1808,7 @@ ShopConfig={
|
||||
Tabshop = 7,
|
||||
shopid = 96,
|
||||
shop = {type=0,id=1060,count=1},
|
||||
price = {type=3,id=3,count=60},
|
||||
price = {type=3,id=3,count=600},
|
||||
levellimit = 1,
|
||||
reincarnationlimit = 0,
|
||||
daylimit = 0,
|
||||
@@ -1821,7 +1821,7 @@ ShopConfig={
|
||||
Tabshop = 7,
|
||||
shopid = 97,
|
||||
shop = {type=0,id=1061,count=1},
|
||||
price = {type=3,id=3,count=60},
|
||||
price = {type=3,id=3,count=600},
|
||||
levellimit = 1,
|
||||
reincarnationlimit = 0,
|
||||
daylimit = 0,
|
||||
@@ -1834,11 +1834,10 @@ ShopConfig={
|
||||
Tabshop = 7,
|
||||
shopid = 98,
|
||||
shop = {type=0,id=1062,count=1},
|
||||
price = {type=3,id=3,count=60},
|
||||
price = {type=3,id=3,count=600},
|
||||
levellimit = 1,
|
||||
reincarnationlimit = 0,
|
||||
daylimit = 0,
|
||||
buytype = {{type=3,limit={{value=0,times=3}}}},
|
||||
statictype = 55,
|
||||
batchbuy = 1,
|
||||
Maxbatchbuy = 999,
|
||||
|
||||
Reference in New Issue
Block a user