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,7 @@ local ElvUF = ns.oUF;
--Lua functions
local _G = _G
local setmetatable, getfenv, setfenv = setmetatable, getfenv, setfenv
local type, unpack, select, pairs = type, unpack, select, pairs
local type, unpack, pairs = type, unpack, pairs
local min, random = math.min, math.random
local format = string.format
local find = string.find