Skip to content

Commit a8aa01b

Browse files
committed
临时禁用重伤记录和交易流水
1 parent 3c8657b commit a8aa01b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

MY_ChatLog/src/MY_ChatLog.lua

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ local LOG_TYPE = {
4646
{title = g_tStrings.tChannelName["MSG_FRIEND" ], channels = {"MSG_FRIEND" }},
4747
{title = g_tStrings.tChannelName["MSG_GUILD" ], channels = {"MSG_GUILD" }},
4848
{title = g_tStrings.tChannelName["MSG_GUILD_ALLIANCE"], channels = {"MSG_GUILD_ALLIANCE"}},
49-
{title = _L["Death Log"], channels = {"MSG_SELF_DEATH", "MSG_SELF_KILL", "MSG_PARTY_DEATH", "MSG_PARTY_KILL"}},
50-
{title = _L["Journal Log"], channels = {
51-
"MSG_MONEY", "MSG_EXP", "MSG_ITEM", "MSG_REPUTATION", "MSG_CONTRIBUTE", "MSG_ATTRACTION", "MSG_PRESTIGE",
52-
"MSG_TRAIN", "MSG_MENTOR_VALUE", "MSG_THEW_STAMINA", "MSG_TONG_FUND"
53-
}},
49+
-- {title = _L["Death Log"], channels = {"MSG_SELF_DEATH", "MSG_SELF_KILL", "MSG_PARTY_DEATH", "MSG_PARTY_KILL"}},
50+
-- {title = _L["Journal Log"], channels = {
51+
-- "MSG_MONEY", "MSG_EXP", "MSG_ITEM", "MSG_REPUTATION", "MSG_CONTRIBUTE", "MSG_ATTRACTION", "MSG_PRESTIGE",
52+
-- "MSG_TRAIN", "MSG_MENTOR_VALUE", "MSG_THEW_STAMINA", "MSG_TONG_FUND"
53+
-- }},
5454
}
5555
-- 频道对应数据库中数值 可添加 但不可随意修改
5656
local CHANNELS = {

0 commit comments

Comments
 (0)