From 57453a0b405761c0716c81808acd2f228fd22771 Mon Sep 17 00:00:00 2001 From: Buds Date: Sun, 25 Aug 2024 23:55:31 +0200 Subject: [PATCH] Fix issue with talent load option showing wrong hero talents in tree --- WeakAuras/Types_Retail.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeakAuras/Types_Retail.lua b/WeakAuras/Types_Retail.lua index 9d79b545ec..114be4b650 100644 --- a/WeakAuras/Types_Retail.lua +++ b/WeakAuras/Types_Retail.lua @@ -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