AdiAddons / LibSpellbook-1.0

WoW addon library: tracks the spellbook to parry to IsSpellKnown discrepancies.
0 stars 2 forks source link

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

Closed spiralofhope closed 3 years ago

spiralofhope commented 3 years ago

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

https://github.com/AdiAddons/LibSpellbook-1.0/blob/8650364058125bebd290581c08f3c195cb84bd4a/azerite.lua#L59

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.