From 6dda824833a2341829e668b44bf25c306f30cd30 Mon Sep 17 00:00:00 2001 From: Merathilis Date: Sun, 8 Sep 2024 16:34:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20Update=20ChatBar=20de?= =?UTF-8?q?faults?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ElvUI_MerathilisUI/Core/Profile/Profile.lua | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/ElvUI_MerathilisUI/Core/Profile/Profile.lua b/ElvUI_MerathilisUI/Core/Profile/Profile.lua index eeed85284..e8f39345e 100644 --- a/ElvUI_MerathilisUI/Core/Profile/Profile.lua +++ b/ElvUI_MerathilisUI/Core/Profile/Profile.lua @@ -395,12 +395,27 @@ if MER.ChineseLocale then tinsert(P.chat.chatBar.channels.world.config, { region = "TW", faction = "Alliance", - realmID = 963, - realmName = L["Shadowmoon"], + realmID = "ALL", name = "組隊頻道", autoJoin = true, }) + tinsert(P.chat.chatBar.channels.world.config, { + region = "TW", + faction = "Horde", + realmID = "ALL", + name = "尋求組隊", + autoJoin = true, + }) + + tinsert(P.chat.chatBar.channels.world.config, { + region = "TW", + faction = "ALL", + realmID = "ALL", + name = L["BigfootWorldChannel"], + autoJoin = true, + }) + tinsert(P.chat.chatBar.channels.world.config, { region = "CN", faction = "ALL",