From 925caed99d7a595ac42fde4d739bbf484d829214 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 17 Dec 2024 14:55:10 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=B3=A8=E9=87=8A=E6=8E=89?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E6=B6=88=E6=81=AF=E9=85=8D=E7=BD=AE=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E7=89=B9=E5=AE=9A=E6=9D=A1=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 注释掉了 ID 为 54 的提示消息配置项 - 该配置项可能与显示战斗结果和掉落物品相关 - 注释此条目的原因可能是为了暂时禁用该功能或进行调试 --- LogicServer/data/language/Zh-CN/TipMsg.config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/LogicServer/data/language/Zh-CN/TipMsg.config b/LogicServer/data/language/Zh-CN/TipMsg.config index ab47d20..dc924ac 100755 --- a/LogicServer/data/language/Zh-CN/TipMsg.config +++ b/LogicServer/data/language/Zh-CN/TipMsg.config @@ -212,10 +212,10 @@ TipMsg={ id = 53, tipmsg = "|C:0xf56f00&T:在交易时不能这么做|", }, -[54] = { - id = 54, - tipmsg = "|C:0x318aff&T:%s|在|C:0xffffff&T:%s|击败|C:0xda1e00&T:%s|爆出了%s", -}, +--[54] = { + --id = 54, + --tipmsg = "|C:0x318aff&T:%s|在|C:0xffffff&T:%s|击败|C:0xda1e00&T:%s|爆出了%s", +--}, [55] = { id = 55, tipmsg = "|C:0xf56f00&T:角色名错误或对方不在线|",