From 8566f4e0812935b48e4129f1315eae3687c51618 Mon Sep 17 00:00:00 2001 From: Kubbo <390378816@qq.com> Date: Tue, 11 Feb 2025 17:11:30 +0800 Subject: [PATCH] =?UTF-8?q?refactor(shop):=20=E7=A7=BB=E9=99=A4=E5=95=86?= =?UTF-8?q?=E5=BA=97=E9=85=8D=E7=BD=AE=E4=B8=AD=E4=B8=8D=E5=AD=98=E5=9C=A8?= =?UTF-8?q?=E7=9A=84=E7=89=A9=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除了商店配置中四个不存在的物品: - shopid 为 5、6、7、8 的配置项 - 这些物品可能已经不再使用或被其他物品替代 --- LogicServer/data/config/shop/shop.config | 52 ------------------------ 1 file changed, 52 deletions(-) diff --git a/LogicServer/data/config/shop/shop.config b/LogicServer/data/config/shop/shop.config index 41a72e9..4fb4264 100755 --- a/LogicServer/data/config/shop/shop.config +++ b/LogicServer/data/config/shop/shop.config @@ -126,58 +126,6 @@ ShopConfig = { }, }, [2] = { - [5] = { - batchbuy = 1, - reincarnationlimit = 0, - shopid = 5, - shoptype = 1, - Maxbatchbuy = 999, - Tabshop = 2, - shop = { id = 459, type = 0, count = 1 }, - buytype = {}, - daylimit = 0, - levellimit = 1, - price = { id = 4, type = 4, count = 33 }, - }, - [6] = { - batchbuy = 1, - reincarnationlimit = 0, - shopid = 6, - shoptype = 1, - Maxbatchbuy = 999, - Tabshop = 2, - shop = { id = 460, type = 0, count = 1 }, - buytype = {}, - daylimit = 0, - levellimit = 1, - price = { id = 4, type = 4, count = 66 }, - }, - [7] = { - batchbuy = 1, - reincarnationlimit = 0, - shopid = 7, - shoptype = 1, - Maxbatchbuy = 999, - Tabshop = 2, - shop = { id = 461, type = 0, count = 1 }, - buytype = {}, - daylimit = 0, - levellimit = 1, - price = { id = 4, type = 4, count = 88 }, - }, - [8] = { - batchbuy = 1, - reincarnationlimit = 0, - shopid = 8, - shoptype = 1, - Maxbatchbuy = 999, - Tabshop = 2, - shop = { id = 462, type = 0, count = 1 }, - buytype = {}, - daylimit = 0, - levellimit = 1, - price = { id = 4, type = 4, count = 166 }, - }, [9] = { batchbuy = 1, reincarnationlimit = 0,