mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-28 08:54:43 +00:00
nameplates and font
This commit is contained in:
@@ -63,13 +63,13 @@ function select(n, ...)
|
||||
end
|
||||
end
|
||||
|
||||
local temp = {}
|
||||
local args = {}
|
||||
|
||||
for i = n, getn(arg) do
|
||||
tinsert(temp, arg[i])
|
||||
args[(i-n)+1] = arg[i]
|
||||
end
|
||||
|
||||
return unpack(temp)
|
||||
return unpack(args)
|
||||
end
|
||||
|
||||
function math.modf(i)
|
||||
|
||||
Reference in New Issue
Block a user