This commit is contained in:
NoM0Re
2025-04-03 21:03:11 +02:00
committed by GitHub
parent 875da9fb0e
commit 6cdfcac1b1
124 changed files with 1886 additions and 284 deletions
@@ -1,5 +1,6 @@
if not WeakAuras.IsLibsOK() then return end
local AddonName, OptionsPrivate = ...
local AddonName = ...
local OptionsPrivate = select(2, ...)
-- Lua APIs
local pairs = pairs
@@ -1,5 +1,6 @@
if not WeakAuras.IsLibsOK() then return end
local AddonName, OptionsPrivate = ...
local AddonName = ...
local OptionsPrivate = select(2, ...)
-- WoW APIs
local CreateFrame = CreateFrame
@@ -1,5 +1,6 @@
if not WeakAuras.IsLibsOK() then return end
local AddonName, OptionsPrivate = ...
local AddonName = ...
local OptionsPrivate = select(2, ...)
-- Lua APIs
local pairs = pairs
@@ -1,5 +1,6 @@
if not WeakAuras.IsLibsOK() then return end
local AddonName, OptionsPrivate = ...
local AddonName = ...
local OptionsPrivate = select(2, ...)
-- Lua APIs
local pairs = pairs
@@ -1,5 +1,6 @@
if not WeakAuras.IsLibsOK() then return end
local AddonName, OptionsPrivate = ...
local AddonName = ...
local OptionsPrivate = select(2, ...)
-- WoW APIs
local CreateFrame = CreateFrame
@@ -1,5 +1,6 @@
if not WeakAuras.IsLibsOK() then return end
local AddonName, OptionsPrivate = ...
local AddonName = ...
local OptionsPrivate = select(2, ...)
-- Lua APIs
local rad = rad
@@ -1,5 +1,6 @@
if not WeakAuras.IsLibsOK() then return end
local AddonName, OptionsPrivate = ...
local AddonName = ...
local OptionsPrivate = select(2, ...)
-- Lua APIs
local pairs = pairs
@@ -1,5 +1,6 @@
if not WeakAuras.IsLibsOK() then return end
local AddonName, OptionsPrivate = ...
local AddonName = ...
local OptionsPrivate = select(2, ...)
-- Lua APIs
local tinsert, tremove, wipe = table.insert, table.remove, wipe
@@ -1,5 +1,6 @@
if not WeakAuras.IsLibsOK() then return end
local AddonName, OptionsPrivate = ...
local AddonName = ...
local OptionsPrivate = select(2, ...)
-- Lua APIs
local pairs, type, ipairs = pairs, type, ipairs
@@ -1,5 +1,6 @@
if not WeakAuras.IsLibsOK() then return end
local AddonName, OptionsPrivate = ...
local AddonName = ...
local OptionsPrivate = select(2, ...)
-- Lua APIs
local wipe = wipe
+2 -1
View File
@@ -1,5 +1,6 @@
if not WeakAuras.IsLibsOK() then return end
local AddonName, OptionsPrivate = ...
local AddonName = ...
local OptionsPrivate = select(2, ...)
local AceGUI = LibStub("AceGUI-3.0")