Skip to content

Commit

Permalink
Fix issue with talent load option showing wrong hero talents in tree
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuds authored and InfusOnWoW committed Aug 25, 2024
1 parent bd6cd3a commit 57453a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WeakAuras/Types_Retail.lua
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ function Private.GetTalentData(specId)
talentData[3][2] = node.posY - subTreeInfo.posY
talentData[3][5] = subTreeIndex
tinsert(heroData, talentData)
else
elseif not node.subTreeID then
tinsert(specData, talentData)
end
end
Expand Down

0 comments on commit 57453a0

Please sign in to comment.