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 UpdateBook for Season of Discovery #3

Closed InfusOnWoW closed 10 months ago

InfusOnWoW commented 10 months ago

The code to map a spell name to a spell id, via GetSpellLink doesn't work on Season of Discovery. Fortunately GetSpellBookItemName returns the spell id too.

See: https://github.com/WeakAuras/WeakAuras2/issues/4736

ascott18 commented 10 months ago

Good find - thanks!