Friendly players trigger the kick alert.
arcadepro opened this issue ยท 2 comments
Friendly players trigger the kick alert when targetted while they are casting. Need to check if targets are friendly or not.
This issue might also apply to the other warnings (purge, soothe, etc, these cases are unchecked).
Good catch.
Interesting, I expected cantInterrupt from UnitCastingInfo() to be false in that case but it seems it's not. The aura stuff is an error from when I took out the friendly dispels, but it's good as it's pointed out I don't need to fetch all the helpful buffs on friendly targets.
Fixed in ffb8ce6 (hopefully)