ennvina / spellactivationoverlay

Spell Alerts for WoW Classic
MIT License
8 stars 19 forks source link

GCD-protected counters #208

Closed ennvina closed 6 months ago

ennvina commented 6 months ago

When checking counters, the ability cooldown is checked against the global cooldown to prevent false negatives.

This protection checks spell 61304 which was introduced in Wrath. Because this spell does not exist on Classic Era, a workaround should be implemented to achieve the same protection.