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 4d6918f commit af58bb4Copy full SHA for af58bb4
ResearchViewer.lua
@@ -453,6 +453,10 @@ end
453
function ResearchViewer:OpenGenericTalentTree(treeID)
454
if LEGION_ARTIFACT_TREE == treeID then
455
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
460
RemixArtifactUI_LoadUI();
461
RemixArtifactFrame:UpdateLayout();
462
0 commit comments