mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-27 14:42:25 +00:00
[Expansions] Fix content filter criteria for max_expansions
This commit is contained in:
parent
e6df5be1ed
commit
fa46cbb539
@ -27,7 +27,7 @@ namespace ContentFilterCriteria {
|
|||||||
);
|
);
|
||||||
|
|
||||||
criteria += fmt::format(
|
criteria += fmt::format(
|
||||||
" AND ({}max_expansion >= {} OR {}max_expansion = -1)",
|
" AND ({}max_expansion <= {} OR {}max_expansion = -1)",
|
||||||
table_prefix,
|
table_prefix,
|
||||||
current_expansion_filter_criteria,
|
current_expansion_filter_criteria,
|
||||||
table_prefix
|
table_prefix
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user