I found another bug when i played mage. Mage's arcane charges shows for all specs, but it supported for arcane spec only. Arcane is first spec if you will use GetSpecialization().
You can fix this if will add condition check "and GetSpecialization() == 1" to this line:
|
or class == "MAGE" and config.showArcaneCharges |
I found another bug when i played mage. Mage's arcane charges shows for all specs, but it supported for arcane spec only. Arcane is first spec if you will use GetSpecialization().
You can fix this if will add condition check "and GetSpecialization() == 1" to this line:
NeavUI/Interface/AddOns/nPower/utils.lua
Line 34 in bc6b615