Simple Cata filter not working
Closed this issue ยท 4 comments
Game Version
Cata
Screenshots
Current behaviour
Simple "NOT ds" not working and giving the following error: "[string "return (NOT ds )"]:1: ')' expected near 'ds'"
Steps to reproduce
- Open premade dungeon list
- Setup filters with "NOT ds"
- Click on Search
Expected behaviour
filter out the Dragon Soul raids
You have to write not ds in lowercase. The not-operator is only defined in lowercase.
I could convert everything to lowercase, but I want to keep it open for future mixed case applications at the moment.

