From 596d6d31b5fcbe218e9b4c76d0854214195060ec Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 24 Jan 2025 11:31:11 +0800 Subject: [PATCH] =?UTF-8?q?refactor(LogicServer):=20=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E5=8D=87=E6=98=9F=E4=BB=B7=E6=A0=BC=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新 UpstarPrice.config 文件格式 - 添加新升星道具配置项 - 调整现有升星道具的价格 --- .../data/config/upstar/UpstarPrice.config | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/LogicServer/data/config/upstar/UpstarPrice.config b/LogicServer/data/config/upstar/UpstarPrice.config index a673065..2e53bf6 100755 --- a/LogicServer/data/config/upstar/UpstarPrice.config +++ b/LogicServer/data/config/upstar/UpstarPrice.config @@ -1,13 +1,5 @@ ---AB-元宝替代.xlsx 升星道具 UpstarPriceConfig = { -[852] = { - itemid = 852, - id = 2, - price = 50, -}, -[954] = { - itemid = 954, - id = 1, - price = 10, -}, -} \ No newline at end of file + [845] = { id = 1, itemid = 845, price = 2000 }, + [852] = { id = 2, itemid = 852, price = 50 }, + [954] = { id = 1, itemid = 954, price = 10 }, +}