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

Error when character is max level without the BfA necklace #10

Closed
spiralofhope opened this issue Oct 15, 2020 · 0 comments
Closed

Error when character is max level without the BfA necklace #10

spiralofhope opened this issue Oct 15, 2020 · 0 comments

Comments

@spiralofhope
Copy link

Yes, I indeed do have a currently-max level (50) character who has never heard of azerite and cannot collect it. :)

local azeriteLevel = C_AzeriteItem.GetPowerLevel(C_AzeriteItem.FindActiveAzeriteItem())

I had to change that line to:

local azeriteLevel = 0

My intuition tells me that there's a bug lurking around here for next expansion, when azerite won't necessarily be a thing for many characters.

Rainrider added a commit that referenced this issue Sep 10, 2021
It might happen that a player has not unlocked it but has azerite items

Fixes #10
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

1 participant