Slothpala / RaidFrameSettings

GNU General Public License v2.0
4 stars 4 forks source link

Fixed an issue with turning off and on the AuraHighlight module #30

Open excorp opened 4 months ago

excorp commented 4 months ago

Bugfix: HealthBar colors were being applied when the AuraHighlight module was turned off and on while the HealthBar module was on, because CompactUnitFrame_UpdateHealthColor() was already hooking. So when the AuraHighlight module was enabled, it returned immediately within the hooked function.