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 741a430 commit 5e25e29Copy full SHA for 5e25e29
TalentLoadoutManager.toc
@@ -1,4 +1,4 @@
1
-## Interface: @toc-version-retail@
+## Interface: @toc-version-retail@,@toc-version-midnight@
2
## Title: Talent Loadout Manager
3
## Author: Numy
4
## IconTexture: Interface\Addons\TalentLoadoutManager\media\icon
modules/SideBarMixin.lua
@@ -1,5 +1,8 @@
local addonName, ns = ...;
+local ChatEdit_InsertLink = ChatFrameUtil and ChatFrameUtil.InsertLink or ChatEdit_InsertLink
+local ChatFrame_OpenChat = ChatFrameUtil and ChatFrameUtil.OpenChat or ChatFrame_OpenChat
5
+
6
--- @class TLM_SideBarMixin: AceModule, AceHook-3.0
7
local SideBarMixin = {};
8
ns.SideBarMixin = SideBarMixin;
0 commit comments