shagu / pfUI

A User Interface Replacement for World of Warcraft: Vanilla & TBC
https://shagu.org/pfUI
MIT License
343 stars 116 forks source link

Fix a bug which prevents libspell.GetSpellInfo() from deducing the proper min-range, max-range and casting-time #1285

Closed dsidirop closed 4 months ago

dsidirop commented 4 months ago

This is a harmless bug as far as pfui itself is concerned because it doesn't use min-range, max-range and casting-time.

But this bug can hurt 3rd party addons that employ libspell.GetSpellInfo() so it would be nice to sort this out just in case.