from retail
This commit is contained in:
@@ -278,7 +278,9 @@ local function modify(parent, region, parentData, data, first)
|
||||
|
||||
if not UpdateText then
|
||||
if text:GetFont() then
|
||||
text:SetText(WeakAuras.ReplaceRaidMarkerSymbols(data.text_text))
|
||||
local textStr = data.text_text
|
||||
textStr = textStr:gsub("\\n", "\n");
|
||||
text:SetText(WeakAuras.ReplaceRaidMarkerSymbols(textStr))
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user