File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 452452
453453function ResearchViewer :OpenGenericTalentTree (treeID )
454454 if LEGION_ARTIFACT_TREE == treeID then
455- if C_TimerunningUI . GetActiveTimerunningSeasonID () ~= LEMIX_SEASON then return false ; end
455+ if PlayerGetTimerunningSeasonID () ~= LEMIX_SEASON then return false ; end
456456 -- "shift right-click" the MH slot, which opens the correct tree
457457 SocketInventoryItem (16 );
458458 if RemixArtifactFrame :IsShown () then return true ; end
523523
524524function ResearchViewer :TraitTreeExists (treeID )
525525 if LEGION_ARTIFACT_TREE == treeID then
526- return C_TimerunningUI . GetActiveTimerunningSeasonID () == LEMIX_SEASON ;
526+ return PlayerGetTimerunningSeasonID () == LEMIX_SEASON ;
527527 end
528528
529529 return not not C_Traits .GetConfigIDByTreeID (treeID )
You can’t perform that action at this time.
0 commit comments