We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ea1da commit 591d065Copy full SHA for 591d065
SharedUtil.lua
@@ -74,7 +74,6 @@ function Util:OnInitialize()
74
if event == 'ADDON_LOADED' then
75
local addonName = ...;
76
if addonName == talentAddonName and self.classTalentUILoadCallbacks.registered then
77
- eventFrame:UnregisterEvent('ADDON_LOADED');
78
self:RunOnLoadCallbacks();
79
end
80
if self.addonLoadedRegistry[addonName] then
modules/inspectDiff.lua
@@ -5,6 +5,7 @@ local Main = TTT.Main;
5
local Util = TTT.Util;
6
local L = TTT.L;
7
8
+--- @class TTT_InspectDiff: AceModule, AceHook-3.0
9
local Module = Main:NewModule('InspectDiff', 'AceHook-3.0');
10
11
function Module:OnEnable()
0 commit comments