We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b08a5 commit a680cc1Copy full SHA for a680cc1
1 file changed
data/sql/db-world/z_filter_disabled_and_trash.sql
@@ -60,7 +60,7 @@ WHERE (
60
NAME LIKE '%libram%' OR
61
NAME LIKE '%guide%'
62
)
63
-OR UPPER(NAME) LIKE '%OLD%'
+OR NAME COLLATE utf8mb4_bin LIKE '%OLD%'
64
OR UPPER(NAME) LIKE '%NPC%'
65
OR UPPER(NAME) LIKE '%QA%'
66
OR (CLASS = 0 AND SUBCLASS = 5 AND REQUIREDLEVEL < 40);
0 commit comments