You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no direct API for getting spellIds from names (outside of player spells), so this would require iterating every single spellId in the game to find matches.
Not too keen on this just yet, but might reconsider in the future.
Describe the feature
Adding spells by name to white/blacklist instead of ID will save headache of getting all spell IDs.
Describe the implementation
Enter a spell name, then the addon loops across all spell ids that match the name and adds the spell ids to the list.
The text was updated successfully, but these errors were encountered: