diff --git a/ElvUI/Core/Modules/UnitFrames/Elements/AuraBars.lua b/ElvUI/Core/Modules/UnitFrames/Elements/AuraBars.lua index fe0ea10e6a..b39f1ea677 100644 --- a/ElvUI/Core/Modules/UnitFrames/Elements/AuraBars.lua +++ b/ElvUI/Core/Modules/UnitFrames/Elements/AuraBars.lua @@ -53,7 +53,9 @@ function UF:AuraBars_UpdateBar(bar) bar.auraInfo = {} end - E:SetSmoothing(bar, bars.db.smoothbars) + if bars.db then + E:SetSmoothing(bar, bars.db.smoothbars) + end bar:SetReverseFill(not not bars.reverseFill) bar.spark:ClearAllPoints()