mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
update
This commit is contained in:
@@ -3,7 +3,7 @@ local oUF = ns.oUF
|
||||
assert(oUF, "oUF not loaded")
|
||||
|
||||
local cos, sin, sqrt2, max, atan2 = math.cos, math.sin, math.sqrt(2), math.max, math.atan2
|
||||
local tinsert, tremove = table.insert, table.remove
|
||||
local getn, tinsert, tremove = table.getn, table.insert, table.remove
|
||||
local pi2 = 3.141592653589793 / 2
|
||||
|
||||
local GetPlayerMapPosition = GetPlayerMapPosition
|
||||
|
||||
Reference in New Issue
Block a user