File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -448,7 +448,11 @@ function ResearchViewer:OpenGenericTalentTree(treeID)
448448
449449 GenericTraitUI_LoadUI ();
450450 GenericTraitFrame :Hide ();
451- GenericTraitFrame :SetSystemID (systemID );
451+ if GenericTraitFrame .SetConfigIDBySystemID then
452+ GenericTraitFrame :SetConfigIDBySystemID (systemID );
453+ else
454+ GenericTraitFrame :SetSystemID (systemID );
455+ end
452456 GenericTraitFrame :SetTreeID (treeID );
453457 ShowUIPanel (GenericTraitFrame );
454458 if GenericTraitFrame :GetNumPoints () == 0 then
Original file line number Diff line number Diff line change 1- ## Interface : @toc-version-retail@
1+ ## Interface : @toc-version-retail@ , @toc-version-midnight@
22## Title : Research Viewer
33## Notes : Minimap Button to view your various Research UIs
44## Author : Numy
You can’t perform that action at this time.
0 commit comments