Basically before hand I was completely discarding the contents of the Blizzard tooltips and generating my own. This is problematic as a multitude of other addons hook into this, it's not possible for me to re-create everything, and annoyingly some of the information eg tameable beasts have no actual API call to get them.
The replacement path is to basically read through the tooltip and pattern match each row to find the relevant lines to update rather than re-creating.
This essentially brings the following to tooltips:
Fixed Beast Lore for Hunters.
Fixed display of 3rd party tool tip addons such as Raider.io
Basically before hand I was completely discarding the contents of the Blizzard tooltips and generating my own. This is problematic as a multitude of other addons hook into this, it's not possible for me to re-create everything, and annoyingly some of the information eg tameable beasts have no actual API call to get them.
The replacement path is to basically read through the tooltip and pattern match each row to find the relevant lines to update rather than re-creating.
This essentially brings the following to tooltips:
Closes #157 #156
Screenshots