mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
[Fix] Bazaar Search window not working in a DZ (#4828)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user