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