We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af58bb4 commit c03b884Copy full SHA for c03b884
1 file changed
ResearchViewer.lua
@@ -452,7 +452,7 @@ end
452
453
function ResearchViewer:OpenGenericTalentTree(treeID)
454
if LEGION_ARTIFACT_TREE == treeID then
455
- if PlayerGetTimerunningSeasonID() ~= LEMIX_SEASON then return false; end
+ if C_TimerunningUI.GetActiveTimerunningSeasonID() ~= 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
@@ -523,7 +523,7 @@ end
523
524
function ResearchViewer:TraitTreeExists(treeID)
525
526
- return PlayerGetTimerunningSeasonID() == LEMIX_SEASON;
+ return C_TimerunningUI.GetActiveTimerunningSeasonID() == LEMIX_SEASON;
527
end
528
529
return not not C_Traits.GetConfigIDByTreeID(treeID)
0 commit comments