From 10de571db0ffe2fa095c1a7a63630ccb1989385e Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 17 Dec 2024 12:48:32 +0800 Subject: [PATCH] =?UTF-8?q?feat(shop):=20=E6=9B=B4=E6=96=B0=E5=95=86?= =?UTF-8?q?=E5=9F=8E=E5=95=86=E5=93=81=E9=85=8D=E7=BD=AE=E5=B9=B6=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E8=B4=AD=E4=B9=B0=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将商品 ID 为 460 的物品替换为 ID 为 1015 的物品 - 将商品 ID 为 462 的物品替换为 ID 为 1037 的物品 - 为商品 ID 为 1037 的物品添加购买限制:类型 2,限制条件为无限制次数 --- LogicServer/data/config/shop/shop.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LogicServer/data/config/shop/shop.config b/LogicServer/data/config/shop/shop.config index 5542d45..59818ad 100755 --- a/LogicServer/data/config/shop/shop.config +++ b/LogicServer/data/config/shop/shop.config @@ -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,