Closed ennvina closed 6 months ago
Fixed by #220. Unlike what issue describes, the problem does not reside in glowing buttons, but rather in spell alerts. Glowing buttons were un-glowed already, because the action button are updates as soon as an ability is un-learned, and the glowing button system already updates dynamically when action buttons are updated (this was developed a long time ago to account for conditional macros).
It is possible that a button that glows during a counter stays glowing indefinitely.
This is due to the fact that
SAO:CheckCounterAction
starts by checkingself:IsSpellLearned
and return immediately.In the event that a spell in un-learned after e.g. a respec, the following situation can occur:
In this case, at least theoretically, the glowing button will not un-glow.