From 388d53bb13026a1d615818ae602b794988582190 Mon Sep 17 00:00:00 2001 From: Simpy Date: Sat, 7 Dec 2024 11:01:38 -0500 Subject: [PATCH] should fix #1429 --- ElvUI_Libraries/Core/oUF_Plugins/oUF_Fader.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_Libraries/Core/oUF_Plugins/oUF_Fader.lua b/ElvUI_Libraries/Core/oUF_Plugins/oUF_Fader.lua index 8c3ec1b64a..473c313dda 100644 --- a/ElvUI_Libraries/Core/oUF_Plugins/oUF_Fader.lua +++ b/ElvUI_Libraries/Core/oUF_Plugins/oUF_Fader.lua @@ -77,7 +77,7 @@ local function Update(self, event, unit) end -- try to get the unit from the parent - if not unit then + if not unit or type(unit) ~= 'string' then unit = self.unit end