mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Slight adjustment to filter criteria [skip ci]
This commit is contained in:
@@ -63,7 +63,7 @@ namespace ContentFilterCriteria {
|
||||
implode("|", flags)
|
||||
);
|
||||
flags_in_filter_disabled = fmt::format(
|
||||
" OR CONCAT(',', {}content_flags, ',') NOT REGEXP ',({}),' ",
|
||||
" OR CONCAT(',', {}content_flags_disabled, ',') NOT REGEXP ',({}),' ",
|
||||
table_prefix,
|
||||
implode("|", flags)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user