Skip to content

Commit af58bb4

Browse files
committed
Improved support for the Remix Artifact Tree
1 parent 4d6918f commit af58bb4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ResearchViewer.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,10 @@ end
453453
function ResearchViewer:OpenGenericTalentTree(treeID)
454454
if LEGION_ARTIFACT_TREE == treeID then
455455
if PlayerGetTimerunningSeasonID() ~= LEMIX_SEASON then return false; end
456+
-- "shift right-click" the MH slot, which opens the correct tree
457+
SocketInventoryItem(16);
458+
if RemixArtifactFrame:IsShown() then return true; end
459+
-- fallback in case the artifact isn't equipped for some reason
456460
RemixArtifactUI_LoadUI();
457461
RemixArtifactFrame:UpdateLayout();
458462

0 commit comments

Comments
 (0)