From 08bb9de437ed18c504d48a3780e65a7e777bc1ac Mon Sep 17 00:00:00 2001 From: Mitch Freeman <65987027+neckkola@users.noreply.github.com> Date: Wed, 9 Apr 2025 23:44:19 -0300 Subject: [PATCH] [Fix] Add the bazaar search limit to query (#4829) --- common/bazaar.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/bazaar.cpp b/common/bazaar.cpp index 1a0e97c2b..8244d5c52 100644 --- a/common/bazaar.cpp +++ b/common/bazaar.cpp @@ -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()) {