Skip to content

Commit

Permalink
👌 IMPROVE: Update ChatBar defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Merathilis committed Sep 8, 2024
1 parent eb2eadb commit 6dda824
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions ElvUI_MerathilisUI/Core/Profile/Profile.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6dda824

Please sign in to comment.