Thresholds on Hunter bars don't always change color
Twintop opened this issue ยท 4 comments
Sometimes the threshold lines will not properly change color. Examples of behavior seen:
- Lines are always white, regardless of status.
- Lines are always green or red at their appropriate times, never white.
Suspect there are extra threshold lines being created somewhere in the initialization process that aren't being hidden/set to the right strata level to be behind the ones we want to see.
Still happening.
Thresholds are always at "below" unless they are on cooldown, then they are "unusable".
Reloading UI fixes this.
Verified with /fstack that duplicate threshold lines are being created sometimes, and are then overriding the lower ones. Trying to wipe out all threshold lines whenever the bar is constructed anew (login, spec change).