Files
wow-weakauras/LegionWA/SoTR Texture/Init.lua
2025-05-15 21:19:10 +02:00

7 lines
145 B
Lua

aura_env.findAura = function(LFname)
for i = 1, 40 do
local name = UnitAura("player", i)
if name == LFname then return i end
end
end