From 6c6a9509baaa6e4b233143620c00aaf854db9e2a Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 24 Jan 2025 11:56:04 +0800 Subject: [PATCH] =?UTF-8?q?refactor(LogicServer):=20=E8=B0=83=E6=95=B4=20u?= =?UTF-8?q?pstar=20=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 - 将 845 号 upstar 的价格从 2000 调整为 1000 - 此修改可能影响 upstar 升级相关的游戏平衡,请注意测试和监控 --- LogicServer/data/config/upstar/UpstarPrice.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LogicServer/data/config/upstar/UpstarPrice.config b/LogicServer/data/config/upstar/UpstarPrice.config index 2e53bf6..6c24e0d 100755 --- a/LogicServer/data/config/upstar/UpstarPrice.config +++ b/LogicServer/data/config/upstar/UpstarPrice.config @@ -1,5 +1,5 @@ UpstarPriceConfig = { - [845] = { id = 1, itemid = 845, price = 2000 }, + [845] = { id = 1, itemid = 845, price = 1000 }, [852] = { id = 2, itemid = 852, price = 50 }, [954] = { id = 1, itemid = 954, price = 10 }, }