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
-1
View File
@@ -4,7 +4,6 @@ local LSM = LibStub("LibSharedMedia-3.0");
--Cache global variables
--Lua functions
local GetTime = GetTime
local _G = _G
local unpack, select, pairs, ipairs = unpack, select, pairs, ipairs
local floor, min, max, huge = math.floor, math.min, math.max, math.huge