Initial commit

This commit is contained in:
PhatDave
2021-11-12 15:47:08 +01:00
commit 349eac6536
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
function()
end

View File

@@ -0,0 +1,7 @@
aura_env.GetBuff = function(name)
for i = 1, 40 do
if UnitBuff("player", i) == name then
return i
end
end
end