[Bug Fix] Stop DOSing ourselves with OP_WearChange (#4432)

* initial commit to start convo

* additional potential problem

* Revert "additional potential problem"

This reverts commit 689e94ea957e4c08fb7c10879fa58773b596316c.
This commit is contained in:
catapultam-habeo 2024-07-30 12:00:26 -05:00 committed by GitHub
parent 40c9c8044b
commit d465a3deba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)