mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
update
This commit is contained in:
@@ -5,7 +5,7 @@ local TT = E:NewModule("Tooltip", "AceHook-3.0", "AceEvent-3.0");
|
||||
--Lua functions
|
||||
local _G = _G
|
||||
local unpack = unpack
|
||||
local twipe, tinsert, tconcat = table.wipe, table.insert, table.concat
|
||||
local getn, twipe, tinsert, tconcat = table.getn, table.wipe, table.insert, table.concat
|
||||
local floor = math.floor
|
||||
local find, format, match = string.find, string.format, string.match
|
||||
--WoW API / Variables
|
||||
|
||||
Reference in New Issue
Block a user