Spell Inspect Mode

Spell Inspect Mode

537 Downloads

No highlights or linking of spells

Closed this issue ยท 2 comments

commented

The inspect mode works (even though im kinda sad I can't just set shift as trigger keybind).
But the inspected spell doesn't show any of the links whatsoever.
Even hovering over a spell that should be marked as a link does nothing.
image

commented

Hey,
Thank you for opening an issue!
On what version of the addon are you?
The current version is this one :
image

commented

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.