From 27ad18aeae8d66c5f4f9c54f9fa8a1b52f609155 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 17 Dec 2024 12:50:58 +0800 Subject: [PATCH] =?UTF-8?q?feat(shop):=20=E8=B0=83=E6=95=B4=E9=81=93?= =?UTF-8?q?=E5=85=B7=201015=20=E5=9C=A8=E5=95=86=E5=9F=8E=E7=9A=84?= =?UTF-8?q?=E5=94=AE=E4=BB=B7=E5=92=8C=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将道具 1015 的数量从 1 个增加到 10 个 - 将价格从 500 金币增加到 5000 金币 --- LogicServer/data/config/shop/shop.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LogicServer/data/config/shop/shop.config b/LogicServer/data/config/shop/shop.config index 59818ad..d0317d6 100755 --- a/LogicServer/data/config/shop/shop.config +++ b/LogicServer/data/config/shop/shop.config @@ -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,