Magic Spells won't work while having filters active.
Summary
Magic spell can't be used when a filter is active.
Steps to reproduce
- Set these filters
2A.
if (!Magic.WIND_STRIKE.isSelected()) {
if (Magic.WIND_STRIKE.activate()) {
Execution.delayUntil(Magic.WIND_STRIKE::isSelected, 2000, 3000);
}
}
2B.
Check the Development Tool and select the Air Strike with the filter enabled, and you'll see it'll be:

(How one can reproduce the issue - this is very important)
What is the current behavior?
The spellbook doens't work with filters enabled.
What is the expected correct behavior?
The spellbook should work with the filters enabled.
