From 4735d8fe18f864bbdf43037c1e4ee5bc0114ab7a Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 19 Dec 2024 16:06:13 +0800 Subject: [PATCH] =?UTF-8?q?trade(shop):=20=E6=9B=B4=E6=96=B0=E5=95=86?= =?UTF-8?q?=E5=9F=8E=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 shopid 为 22 和 23 的商品配置进行修改 - 更新商品 ID 和价格,以适应新的游戏版本或活动需求 --- LogicServer/data/config/shop/shop.config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/LogicServer/data/config/shop/shop.config b/LogicServer/data/config/shop/shop.config index 4b9991e..5ce196d 100755 --- a/LogicServer/data/config/shop/shop.config +++ b/LogicServer/data/config/shop/shop.config @@ -299,8 +299,8 @@ ShopConfig={ shoptype = 1, Tabshop = 3, shopid = 22, - shop = {type=0,id=248,count=10}, - price = {type=2,id=2,count=33000}, + shop = {type=0,id=982,count=1}, + price = {type=4,id=4,count=100}, levellimit = 1, reincarnationlimit = 0, daylimit = 0, @@ -312,8 +312,8 @@ ShopConfig={ shoptype = 1, Tabshop = 3, shopid = 23, - shop = {type=0,id=239,count=10}, - price = {type=2,id=2,count=1000}, + shop = {type=0,id=983,count=1}, + price = {type=4,id=4,count=500}, levellimit = 1, reincarnationlimit = 0, daylimit = 0,