No highlights or linking of spells
LootFever opened this issue ยท 2 comments
I figured out the issue. The problem was that I was calling the function to load the Spell & Talent tables before the SpellBook was accessible. This caused the addon to work correctly on a /reload
but not on a fresh login. To address this, I changed the event handling to trigger on the SPELLS_CHANGED
event, which specifically fires when the SpellBook is fully loaded and accessible. This ensures that the addon loads the correct spell and talent data consistently on both login and reload.
Update your addon in 10/15 minutes and it should be fixed!
I'll let you tell me if it works. If it does, i'll close this issue.