IconIndicator has incorrect mouseover tooltips #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
it currently shows the spell tooltip which isn't necessarily the one we want for the aura. It seems it's a bit annoying to get the aura tooltip because it relies on knowing the index of an aura.
One option is to loop over the Unit's auras when you mouse over an icon indicator and find the matching aura index. This is O(n) but it never happens so it should not be a bottleneck. This is probably the sane way to go about it.