File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 302302 -- some subtree nodes incorrectly suggest they are visible for all specs, so we just correct that
303303 if nodeInfo .subTreeID then
304304 for specID , _ in pairs (nodeInfo .visibleForSpecs ) do
305- nodeInfo .visibleForSpecs [specID ] = cache .subTreeSpecMap [nodeInfo .subTreeID ][specID ] or false ;
305+ nodeInfo .visibleForSpecs [specID ] = nodeInfo . visibleForSpecs [ specID ] and cache .subTreeSpecMap [nodeInfo .subTreeID ][specID ] or false ;
306306 end
307307 end
308308 end
Original file line number Diff line number Diff line change 11<Ui xmlns =" http://www.blizzard.com/wow/ui/" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://www.blizzard.com/wow/ui/
2- ..\FrameXML\ UI.xsd" >
2+ https://raw.githubusercontent.com/Gethe/wow-ui-source/refs/heads/live/Interface/AddOns/Blizzard_SharedXML/ UI.xsd" >
33 <Script file =" LibTalentTree-1.0.lua" />
44</Ui >
You can’t perform that action at this time.
0 commit comments