xmyno / oUF_Drk

UnitFrame AddOn using the oUF Framework for the popular MMORPG World of Warcraft
http://www.wowinterface.com/downloads/info21344-oUFDrkFanupdate.html
6 stars 8 forks source link

Heart of Azeroth #13

Open Aideenwolf opened 3 years ago

Aideenwolf commented 3 years ago

Didn't find this until last night:

I have the cfg.showArtifactPowerBar = true

this results in an error when I swap it out for something else on my max level character

To fix this (temp) I have changed the following on Player.lua Line 222

from if cfg.showArtifactPowerBar then to if cfg.showArtifactPowerBar and C_AzeriteEmpoweredItem.IsHeartOfAzerothEquipped() then

I can't quite figure out how to get this to check on the fly.. but it allowed me to keep it on for my other characters :)

Spatcholla commented 3 years ago

@Aideenwolf, in cfg.lua I changed both cfg.alwaysShowArtifactXPBar = false and cfg.showArtifactPowerBar = false. That corrected the issue for me.

Aideenwolf commented 3 years ago

I know that is an option.. but I like the bar for my smaller alts who have not moved on.. i'm wierd like that ;)