Skip to content

Commit 591d065

Browse files
committed
Fix compatibility issues with Talent Tree Viewer (fixes #52)
1 parent d3ea1da commit 591d065

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

SharedUtil.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ function Util:OnInitialize()
7474
if event == 'ADDON_LOADED' then
7575
local addonName = ...;
7676
if addonName == talentAddonName and self.classTalentUILoadCallbacks.registered then
77-
eventFrame:UnregisterEvent('ADDON_LOADED');
7877
self:RunOnLoadCallbacks();
7978
end
8079
if self.addonLoadedRegistry[addonName] then

modules/inspectDiff.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ local Main = TTT.Main;
55
local Util = TTT.Util;
66
local L = TTT.L;
77

8+
--- @class TTT_InspectDiff: AceModule, AceHook-3.0
89
local Module = Main:NewModule('InspectDiff', 'AceHook-3.0');
910

1011
function Module:OnEnable()

0 commit comments

Comments
 (0)