mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-23 12:38:21 +00:00
[Expansions] Fix content filter criteria for max_expansions
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user