Feature Suggestion - Auto Purchase Overcharged Delve Talents
F-Lambda opened this issue ยท 1 comments
Similar to Horrific Visions, Overcharged Delve Talents are unlocked account wide but need to be selected per character. Adding them to the talents auto-applied would be greatly appreciated.
The currency for the talents is Titan Discs (currency = 3223). The treeid is 1061.
/run C_AddOns.LoadAddOn("Blizzard_GenericTraitUI"); GenericTraitFrame:SetTreeID(1061); GenericTraitFrame:Show(); GenericTraitFrame:SetParent(UIParent); GenericTraitFrame:SetPoint("CENTER");
