Slothpala / RaidFrameSettings

GNU General Public License v2.0
4 stars 4 forks source link

Issues when adding debuffs to a watchlist #46

Closed excorp closed 3 months ago

excorp commented 3 months ago

If you add a debuff to the watchlist, make sure the return value is "false", not "true, true, false". If you return "true, true, false", you'll only see the debuffs that you applied.

Slothpala commented 3 months ago

Thanks i will check that!