diff --git a/ElvUI_EltreumUI/Modules/Skins/QuestSkin.lua b/ElvUI_EltreumUI/Modules/Skins/QuestSkin.lua index d5f449e76..1830b8963 100644 --- a/ElvUI_EltreumUI/Modules/Skins/QuestSkin.lua +++ b/ElvUI_EltreumUI/Modules/Skins/QuestSkin.lua @@ -406,7 +406,7 @@ function ElvUI_EltreumUI:SkinQuests() progressBar.Bar.backdrop:SetAlpha(E.db.general.backdropfadecolor.a) progressBar.Bar.backdrop:SetBackdropColor(0,0,0) end) - progressBar.Bar:GetStatusBarTexture():SetStatusBarTexture(E.LSM:Fetch("statusbar", E.db.ElvUI_EltreumUI.skins.queststatusbartexture)) + progressBar.Bar:GetStatusBarTexture():SetTexture(E.LSM:Fetch("statusbar", E.db.ElvUI_EltreumUI.skins.queststatusbartexture)) hooksecurefunc(progressBar.Bar, "SetStatusBarColor", function(_, r, g, b) progressBar.Bar:GetStatusBarTexture():SetGradient("HORIZONTAL", {r=r - 0.4,g= g - 0.4,b= b - 0.4,a= E.db.general.backdropfadecolor.a}, {r=r + 0.2,g= g + 0.2,b= b + 0.2,a= E.db.general.backdropfadecolor.a}) progressBar.Bar.backdrop:SetAlpha(E.db.general.backdropfadecolor.a)