Skip to content

Commit 5e25e29

Browse files
committed
Initial updates for Midnight Alpha
1 parent 741a430 commit 5e25e29

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

TalentLoadoutManager.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: @toc-version-retail@
1+
## Interface: @toc-version-retail@,@toc-version-midnight@
22
## Title: Talent Loadout Manager
33
## Author: Numy
44
## IconTexture: Interface\Addons\TalentLoadoutManager\media\icon

modules/SideBarMixin.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
local addonName, ns = ...;
22

3+
local ChatEdit_InsertLink = ChatFrameUtil and ChatFrameUtil.InsertLink or ChatEdit_InsertLink
4+
local ChatFrame_OpenChat = ChatFrameUtil and ChatFrameUtil.OpenChat or ChatFrame_OpenChat
5+
36
--- @class TLM_SideBarMixin: AceModule, AceHook-3.0
47
local SideBarMixin = {};
58
ns.SideBarMixin = SideBarMixin;

0 commit comments

Comments
 (0)