Null barrier not following other buff settings
Castiana opened this issue ยท 5 comments
The Null Barrier buff is showing under "Uncancelable buffs" instead of regular buffs. There is no option to force it to display as a standard "cancelable" buff. I've also checked for a way to manually specify which category buffs fall under, but cannot find where to set it. Please see screenshots for a demonstration and Buff Settings.
Thanks for your time, and great mods! I've used CT since TBC. By far one of the most helpful mod's I've ever used!
Cheers,
I think this particular buff might be flagged as 'passive' in the game engine because it comes off the azerite essence, so in a way it is 'uncancellable' as long as you wear the item. (By contrast, you can right-click to dismount so that is truly cancellable.)
I do see a problem though, that the traditional passives are not appearing above it despite your selection to display non-expiring buffs before others. This should be something CT could do, since you've opted for insecure buff buttons. I'll keep this issue on my todo list going into Shadowlands.
Update: this should be address concurrently with #55 .
The issue here is sorting, vice filtering, but really both problems have the same root.
Perfect, thank you for the update!
Keep up the great work.
Thanks for your time,
Cheers,
Update: while doing #55 I discovered the problem is fundamentally a matter of which order the sort filters are applied in. Right now, the aura type sort is considered before the duration/non-duration sort. To solve this issue, I need to provide an option to choose the order that sort filters are applied in.