mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-19 20:02:25 +00:00
Slight adjustment to filter criteria [skip ci]
This commit is contained in:
parent
d98e69ae5d
commit
12d10bbc50
@ -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)
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user