Tumble files around a bit

This commit is contained in:
2025-05-16 10:20:19 +02:00
parent 0e3166a410
commit 003f90126d
1595 changed files with 75381 additions and 70006 deletions

View File

@@ -0,0 +1,9 @@
function()
local r = WeakAuras.regions['julijatest'].region
local b = CreateFrame("Button", "WEAK AURA NAME HERE", r, "SecureActionButtonTemplate") --Does some crazy shit
b:SetAllPoints() --No idea
b:SetAttribute("unit", "player") --Target I guess?
b:SetAttribute("macro", "DN") --What do // sub macro for spell
b:SetAttribute("type", "macro") --What do again....? // sub macro for spell
end
--Goes with PLAYER_ENTERING_WORLD And only with it otherwise doesn't properly load for some reason