[SoD] Tracking abilities are not found
jicksaw opened this issue · 1 comments
This probably only applies to SoD, and I've only tested it there. Feel free to close if there's no SoD support inteded.
In SoD C_Minimap.GetNumTrackingTypes()
returns 0, and C_Minimap.SetTracking(ability.id, true)
thus cannot work. A workaround that would work is to poll for the known names, and use CastSpellByName(name)
.
Tracking Switcher X uses CastSpellByName(name)
, so it works at least for herbs and minerals.
Hey!
Thanks for the comment! I unsubscribed from WoW a while back so haven't been able to maintain this addon any longer. Feel free to clone/copy/or fork if you are up for it :)
I've tried to comment/make readable as much of my code as possible, hopefully it isn't too hard for someone else to pickup!
Cheers,
Jamie