Shorten every instance of "CHANNEL" to "C" and whisper too
To save a little space in messages, it's getting very cramped
This commit is contained in:
@@ -71,7 +71,7 @@ function shared.CombatAlerter.Init()
|
||||
SetMapByID(GetCurrentMapAreaID())
|
||||
---@type Message
|
||||
local msg = {
|
||||
channel = "CHANNEL",
|
||||
channel = "C",
|
||||
data = Heimdall_Data.config.combatAlerter.masterChannel,
|
||||
message = string.format(shared.L.en.combatAlerterInCombat,
|
||||
source,
|
||||
@@ -97,7 +97,7 @@ function shared.CombatAlerter.Init()
|
||||
if Heimdall_Data.config.echoToRussian then
|
||||
-- Russian message
|
||||
local ruMsg = {
|
||||
channel = "CHANNEL",
|
||||
channel = "C",
|
||||
data = Heimdall_Data.config.combatAlerter.masterChannel .. "ru",
|
||||
message = string.format(shared.L.ru.combatAlerterInCombat,
|
||||
source,
|
||||
|
||||
Reference in New Issue
Block a user