(Prototypes) add Class and Specialization to Trigger/Load

This commit is contained in:
NoM0Re
2025-02-23 18:52:58 +01:00
parent ac56d8816a
commit ae4241a045
3 changed files with 164 additions and 31 deletions
+2 -2
View File
@@ -29,8 +29,8 @@ WeakAurasTimers = setmetatable({}, {__tostring=function() return "WeakAuras" end
LibStub("AceTimer-3.0"):Embed(WeakAurasTimers)
WeakAuras.LGT = LibStub("LibGroupTalents-1.0") or {
GetUnitTalentSpec = function() end,
GetUnitRole = function() end
GetUnitTalentSpec = function(_) end,
GetUnitRole = function(_) end
}
Private.watched_trigger_events = {}