from retail
Fix loadstring error's error with subtext
This commit is contained in:
parent
34b2e69600
commit
7290440533
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ local function modify(parent, region, parentData, data, first)
|
|||
end
|
||||
end
|
||||
if containsCustomText and parentData.customText and parentData.customText ~= "" then
|
||||
parent.customTextFunc = WeakAuras.LoadFunction("return "..parentData.customText, data.id)
|
||||
parent.customTextFunc = WeakAuras.LoadFunction("return "..parentData.customText, parentData.id)
|
||||
else
|
||||
parent.customTextFunc = nil
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue