This commit is contained in:
Bunny67
2017-12-14 00:25:32 +03:00
parent b4d1419078
commit 8e1a4afc5b
+3 -1
View File
@@ -1,9 +1,11 @@
local E, L, V, P, G = unpack(ElvUI); --Import: Engine, Locales, PrivateDB, ProfileDB, GlobalDB
--Cache global variables
--Lua functions
local floor = math.floor
local format = string.format
local GetTime = GetTime
--WoW API / Variables
local CreateFrame = CreateFrame
local hooksecurefunc = hooksecurefunc