From 4bd31c1523ab64e4643c74b8c6b40245d96a70a1 Mon Sep 17 00:00:00 2001 From: catapultam-habeo Date: Mon, 29 Jul 2024 01:30:15 +0000 Subject: [PATCH] initial commit to start convo --- zone/client_packet.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zone/client_packet.cpp b/zone/client_packet.cpp index ec9b14a35..77e735259 100644 --- a/zone/client_packet.cpp +++ b/zone/client_packet.cpp @@ -16035,7 +16035,8 @@ void Client::Handle_OP_WearChange(const EQApplicationPacket *app) wc->hero_forge_model = GetHerosForgeModel(wc->wear_slot_id); // we could maybe ignore this and just send our own from moveitem - entity_list.QueueClients(this, app, false); + // We probably need to skip this entirely when it is send as an ack, but not sure how to ID that. + entity_list.QueueClients(this, app, true); } void Client::Handle_OP_WhoAllRequest(const EQApplicationPacket *app)