It sucks it does nothing now, it should probably at least dismount.
Because Dismount() is not protected (so far) it would be possible not abort the PreClick and only abort if the found action is protected when InCombatLockdown(). I'm not sure that really makes sense though, the combat actions have always been completely separate from the rest of the actions.
It might be possible to do something clever with SecureHandlerWrapScript though keeping it and the regular SABT actions straight confuses me greatly.
It sucks it does nothing now, it should probably at least dismount.
Because Dismount() is not protected (so far) it would be possible not abort the
PreClick
and only abort if the found action is protected whenInCombatLockdown()
. I'm not sure that really makes sense though, the combat actions have always been completely separate from the rest of the actions.It might be possible to do something clever with
SecureHandlerWrapScript
though keeping it and the regular SABT actions straight confuses me greatly.