From ff7dfe32073349c4cbf0d8c2a09c508618bc0b4e Mon Sep 17 00:00:00 2001 From: Bunny67 Date: Thu, 7 Jun 2018 17:12:42 +0300 Subject: [PATCH] castbar --- ElvUI/Modules/UnitFrames/Elements/Castbar.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ElvUI/Modules/UnitFrames/Elements/Castbar.lua b/ElvUI/Modules/UnitFrames/Elements/Castbar.lua index b67f20d..104147e 100644 --- a/ElvUI/Modules/UnitFrames/Elements/Castbar.lua +++ b/ElvUI/Modules/UnitFrames/Elements/Castbar.lua @@ -38,6 +38,8 @@ function UF:Construct_Castbar(frame, moverName) castbar:SetClampedToScreen(true) E:CreateBackdrop(castbar, "Default", nil, nil, self.thinBorders, true) + CreateStatusBarTexturePointer(castbar) + castbar.Time = castbar:CreateFontString(nil, "OVERLAY") self:Configure_FontString(castbar.Time) castbar.Time:SetPoint("RIGHT", castbar, "RIGHT", -4, 0)