dandruff / xCT

A light weight scrolling combat text implementation.
53 stars 22 forks source link

Fix AuraIncoming not actually filtering Debuffs. #188

Closed oBusk closed 3 years ago

oBusk commented 3 years ago

Code never checked if debuffs was blacklisted, seems like an oversight. There was already a IsDebuffFiltered that was completely unused and using it seems to work as expected.

Fixes #187, fixes #155