[Bug Fix] Resolve a client crash when logging in or zoning (#4572)

This commit is contained in:
Mitch Freeman 2024-12-14 15:27:43 -04:00 committed by GitHub
parent 77793f364e
commit 4493ebebab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3936,7 +3936,7 @@ void WorldServer::HandleMessage(uint16 opcode, const EQ::Net::Packet &p)
out->trader_id = in->trader_id;
strn0cpy(out->trader_name, in->trader_name, sizeof(out->trader_name));
c.second->QueuePacket(outapp);
c.second->QueuePacket(outapp, true, Mob::CLIENT_CONNECTED);
safe_delete(outapp);
}
if (zone && zone->GetZoneID() == Zones::BAZAAR && in->instance_id == zone->GetInstanceID()) {