Commit Graph

2 Commits

Author SHA1 Message Date
florian.berthold d241fd1b5e feat(filters): match aura whitelist/blacklist by spell ID, not just name
release / release (push) Successful in 3s
CoA's 3.3.5 client returns spellId as the 11th UnitAura value (stock 3.3.5a
stops at 10). The scan loop now captures it and the whitelist/blacklist match
on name OR spellId. The filter 'add' box accepts a numeric spell ID (stored as
a numeric key so it matches UnitAura's spellId) and the list view resolves IDs
to 'Name (ID)' via GetSpellInfo. Fixes ambiguity from name-only matching where
CoA custom spells share display names across ranks/variants.
2026-05-31 15:11:21 +02:00
Icarium d40388b8b7 Init 2023-03-02 12:15:00 +01:00