Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heart of Azeroth #13

Open
Aideenwolf opened this issue Dec 13, 2020 · 2 comments
Open

Heart of Azeroth #13

Aideenwolf opened this issue Dec 13, 2020 · 2 comments

Comments

@Aideenwolf
Copy link

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
Copy link
Contributor

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

@Aideenwolf
Copy link
Author

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 ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants