From 6a7957958e3f8bc89e33e646a8092eed2313e6bd Mon Sep 17 00:00:00 2001 From: MysticalOS Date: Wed, 31 Mar 2021 23:27:37 -0400 Subject: [PATCH] Remove redundant check --- Modules/ShortcutBar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/ShortcutBar.lua b/Modules/ShortcutBar.lua index 9278809..28704af 100644 --- a/Modules/ShortcutBar.lua +++ b/Modules/ShortcutBar.lua @@ -354,7 +354,7 @@ RegisterShortcut("invite", L["Invite to Party"], { _G.FriendsFrame_BattlenetInvite(nil, win.bn.id) end else - if isShadowlands and not isTBC then + if isShadowlands then _G.C_PartyInfo.InviteUnit(win.theUser) else _G.InviteUnit(win.theUser)