feat(shop): 更新商城商品配置并添加购买限制
- 将商品 ID 为 460 的物品替换为 ID 为 1015 的物品 - 将商品 ID 为 462 的物品替换为 ID 为 1037 的物品 - 为商品 ID 为 1037 的物品添加购买限制:类型 2,限制条件为无限制次数
This commit is contained in:
		| @@ -323,7 +323,7 @@ ShopConfig={ | ||||
| 			shoptype = 1, | ||||
| 			Tabshop = 3, | ||||
| 			shopid = 24, | ||||
| 			shop = {type=0,id=460,count=1}, | ||||
| 			shop = {type=0,id=1015,count=1}, | ||||
| 			price = {type=4,id=4,count=500}, | ||||
| 			levellimit = 1, | ||||
| 			reincarnationlimit = 0, | ||||
| @@ -334,12 +334,12 @@ ShopConfig={ | ||||
| 			shoptype = 1, | ||||
| 			Tabshop = 3, | ||||
| 			shopid = 25, | ||||
| 			shop = {type=0,id=462,count=1}, | ||||
| 			shop = {type=0,id=1037,count=1}, | ||||
| 			price = {type=4,id=4,count=1000}, | ||||
| 			levellimit = 1, | ||||
| 			reincarnationlimit = 0, | ||||
| 			daylimit = 0, | ||||
| 			buytype = {}, | ||||
| 			buytype = {{type=2,limit={{value=0,times=30}}}}, | ||||
| 		}, | ||||
| 		[26] = { | ||||
| 			shoptype = 1, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user