[Bug] ClassIcons: Druid Combo Points fail to show sometimes
Blazeflack opened this issue ยท 3 comments
Sometimes when shifting into cat form, the following line will fail to evaluate to true:
if(not RequirePower or RequirePower == UnitPowerType('player')) then
The UnitPowerType('player') call will return values reflecting the human form, so "0 MANA"
Technically this is a bug on Blizzards end, but perhaps it can be worked around by adding a small delay to the Visibility update.
You should update your clone, the whole logic with power for feral didn't make the PR/merge,