fix workflow/issue templates

This commit is contained in:
NoM0Re
2025-02-20 12:25:51 +01:00
parent b9ecca7bf5
commit 20ce3ed27f
5 changed files with 32 additions and 13 deletions
+1 -2
View File
@@ -2,14 +2,13 @@ if not WeakAuras.IsLibsOK() then return end
local AddonName, Private = ...
local LibGroupTalents = LibStub:GetLibrary("LibGroupTalents-1.0", true)
local subscribers = {}
Private.LibGroupTalentsWrapper = {
Register = function(f) end,
}
if LibGroupTalents then
if WeakAuras.LGT and WeakAuras.LGT.RegisterCallback then
function Private.LibGroupTalentsWrapper.CallbackHandler(_, _, _, unit)
if unit then
for _, f in ipairs(subscribers) do