This commit is contained in:
Bunny67
2018-07-13 17:31:57 +03:00
parent 89e48a1432
commit c9f6edcd9b
13 changed files with 21 additions and 59 deletions
@@ -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