[Fix] Add the bazaar search limit to query (#4829)

This commit is contained in:
Mitch Freeman
2025-04-09 23:44:19 -03:00
committed by GitHub
parent 16e341906d
commit 08bb9de437
+2 -1
View File
@@ -279,7 +279,8 @@ Bazaar::GetSearchResults(
trader_items_ids,
std::string(search.item_name),
field_criteria_items,
where_criteria_items
where_criteria_items,
search.max_results
);
if (item_results.empty()) {