ascott18 / LibSpellRange-1.0

WoW Addon Lib that provides more robust spell range checking functionality.
https://wow.curseforge.com/projects/libspellrange-1-0
2 stars 4 forks source link

Fix issue on classic with lower ranks + spellbook don't show all ranks #7

Closed mrbuds closed 2 months ago

mrbuds commented 2 months ago

Make IsSpellInRange work on classic with lower ranks when all ranks a…re not shown on spellbook

IsSpellBookItemInRange return nil if the option to show all ranks in spellbook is not ticked and we test a lower rank Workaround this issue by testing by name when no result was found using spellbook

image