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