This commit is contained in:
Pinya
2018-07-18 15:06:20 +03:00
parent de74893739
commit c60324af12
52 changed files with 48 additions and 190 deletions
@@ -7,7 +7,6 @@ local match = string.match
local strsplit = strsplit
local tostring = tostring
local format = format
local select = select
local getn = table.getn
--WoW API / Variables
local CreateFrame = CreateFrame
@@ -3,7 +3,7 @@ local UF = E:GetModule("UnitFrames");
--Cache global variables
--Lua functions
local unpack, tonumber = unpack, tonumber
local unpack = unpack
local abs, min = abs, math.min
--WoW API / Variables
local CreateFrame = CreateFrame
@@ -101,7 +101,6 @@ end
function UF:FrameGlow_PositionGlow(frame, mainGlow, powerGlow)
if not (frame and frame.VARIABLES_SET) then return end
local infoPanel = frame.InfoPanel
local additionalPower = frame.AdditionalPower
local runes = frame.Runes
local comboPoints = frame.ComboPoints