From 8e1a4afc5bce2ed402527d193387fc943de37a41 Mon Sep 17 00:00:00 2001 From: Bunny67 Date: Thu, 14 Dec 2017 00:25:32 +0300 Subject: [PATCH] 4 --- 2/3/4/5/6/7/ElvUI/Core/Cooldowns.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/2/3/4/5/6/7/ElvUI/Core/Cooldowns.lua b/2/3/4/5/6/7/ElvUI/Core/Cooldowns.lua index f6cc0b4..5a59366 100644 --- a/2/3/4/5/6/7/ElvUI/Core/Cooldowns.lua +++ b/2/3/4/5/6/7/ElvUI/Core/Cooldowns.lua @@ -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