Add sotr texture
This commit is contained in:
8
LegionWA/SoTR Texture/Init.lua
Normal file
8
LegionWA/SoTR Texture/Init.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
aura_env.findAura = function(LFname)
|
||||
for i = 1, 40 do
|
||||
local name = UnitAura("player", i)
|
||||
if (name == LFname) then
|
||||
return i
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user