[Fix] Bazaar Search window not working in a DZ (#4828)

This commit is contained in:
Mitch Freeman
2025-04-09 23:33:48 -03:00
committed by GitHub
parent b813cf71bb
commit 216b3a039f
2 changed files with 24 additions and 12 deletions
-2
View File
@@ -2739,8 +2739,6 @@ void Client::SendBulkBazaarTraders()
SetTraderCount(results.count);
SetTraderCount(results.count);
auto p_size = 4 + 12 * results.count + results.name_length;
auto buffer = std::make_unique<char[]>(p_size);
memset(buffer.get(), 0, p_size);