Skip to content

Commit 57453a0

Browse files
mrbudsInfusOnWoW
authored andcommitted
Fix issue with talent load option showing wrong hero talents in tree
1 parent bd6cd3a commit 57453a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WeakAuras/Types_Retail.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ function Private.GetTalentData(specId)
238238
talentData[3][2] = node.posY - subTreeInfo.posY
239239
talentData[3][5] = subTreeIndex
240240
tinsert(heroData, talentData)
241-
else
241+
elseif not node.subTreeID then
242242
tinsert(specData, talentData)
243243
end
244244
end

0 commit comments

Comments
 (0)