This commit is contained in:
Bunny67
2018-07-11 23:24:37 +03:00
parent 91240dbf00
commit f65e8aa789
5 changed files with 19 additions and 8 deletions
-1
View File
@@ -7,7 +7,6 @@ local LW = LibStub:GetLibrary("LibWho-2.0");
local split, upper = string.split, string.upper
local wipe = table.wipe
local pairs = pairs
local select = select
--WoW API / Variables
local GetBattlefieldScore = GetBattlefieldScore
local GetFriendInfo = GetFriendInfo
+1 -1
View File
@@ -2,7 +2,7 @@ local E, L, V, P, G = unpack(ElvUI); --Import: Engine, Locales, PrivateDB, Profi
--Cache global variables
--Lua functions
local select, unpack, assert, tonumber, type, pairs = select, unpack, assert, tonumber, type, pairs
local unpack, assert, tonumber, type, pairs = unpack, assert, tonumber, type, pairs
local getn, tinsert, tremove = table.getn, tinsert, tremove
local abs, ceil, floor, modf, mod = math.abs, math.ceil, math.floor, math.modf, math.mod
local find, format, byte, len, sub, gsub, upper, split, utf8sub = string.find, string.format, string.byte, string.len, string.sub, string.gsub, string.upper, string.split, string.utf8sub