mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-22 01:22:27 +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)
|
implode("|", flags)
|
||||||
);
|
);
|
||||||
flags_in_filter_disabled = fmt::format(
|
flags_in_filter_disabled = fmt::format(
|
||||||
" OR CONCAT(',', {}content_flags, ',') NOT REGEXP ',({}),' ",
|
" OR CONCAT(',', {}content_flags_disabled, ',') NOT REGEXP ',({}),' ",
|
||||||
table_prefix,
|
table_prefix,
|
||||||
implode("|", flags)
|
implode("|", flags)
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user