xCT+ Combat Text

xCT+ Combat Text

977k Downloads

Blacklisting stagger debuff doesn't work

oBusk opened this issue ยท 1 comments

commented

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,
	},
        -- ...
},
commented

Closing as duplicate of #155