AuraTrigger:IsMatching has a possibly redundant check #8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In AuraTrigger:IsMatching there is an incorrect check that checks the spell id. However, this doesn't actually cause issues because the AuraList will keep track of checking which trigger reacts to which spells. It seems the check there is redundant and I'm not sure why it was there in the first place. This needs to be more thoroughly thought about before a decision is made either way.