dandruff / xCT

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

Blacklisting stagger debuff doesn't work #187

Closed oBusk closed 3 years ago

oBusk commented 3 years ago

I don't need to see when I gain and loose stagger, so I blacklisted it, but it's still showing up?

image

The filter settings image

Looking in the xCT+.lua it looks like this;

["spellFilter"] = {
        -- ...
    ["listDebuffs"] = {
        ["Moderate Stagger"] = true,
        ["Light Stagger"] = true,
    },
        -- ...
},
oBusk commented 3 years ago

Closing as duplicate of #155