from retail

This commit is contained in:
NoM0Re
2025-01-11 18:24:34 +01:00
parent 1b50569bcc
commit 65383b8664
7 changed files with 33 additions and 35 deletions
+2 -1
View File
@@ -3090,7 +3090,7 @@ local function actionGlowStart(actions, frame, id)
actions.glow_thickness,
actions.glow_XOffset,
actions.glow_YOffset,
actions.glow_border,
actions.glow_border and true or false,
id
)
elseif actions.glow_type == "ACShine" then
@@ -4408,6 +4408,7 @@ local function ValueForSymbol(symbol, region, customFunc, regionState, regionSta
return tostring(value) or ""
end
end
return ""
else
local value = (useHiddenStates or regionState.show) and ReplaceValuePlaceHolders(symbol, region, customFunc, regionState, formatters[symbol]);
return value or ""