commit 349eac65360c26f126c9cabdbd1c570ee1e5e589 Author: PhatDave Date: Fri Nov 12 15:47:08 2021 +0100 Initial commit diff --git a/NewAge/NullBarrier/CLEU.lua b/NewAge/NullBarrier/CLEU.lua new file mode 100644 index 0000000..e493906 --- /dev/null +++ b/NewAge/NullBarrier/CLEU.lua @@ -0,0 +1,3 @@ +function() + +end \ No newline at end of file diff --git a/NewAge/NullBarrier/INIT.lua b/NewAge/NullBarrier/INIT.lua new file mode 100644 index 0000000..a3bcf60 --- /dev/null +++ b/NewAge/NullBarrier/INIT.lua @@ -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 \ No newline at end of file