Pass 4 - Start Trader working

This commit is contained in:
Mitch Freeman 2025-03-30 20:19:41 -03:00
parent 8af139aef0
commit caa335cd85

View File

@ -4123,7 +4123,9 @@ namespace RoF2
TraderClientMessaging_Struct tcm{};
EQ::Util::MemoryStreamReader ss(reinterpret_cast<char *>(in->pBuffer), in->size);
cereal::BinaryInputArchive ar(ss);
{ ar(tcm); }
{
ar(tcm);
}
auto buffer = new char[4404]{}; // 4404 is the fixed size of the packet for 200 item limit of RoF2
auto pos = buffer;