woww: Remove SMSG_COMPRESSED_UPDATE_OBJECT

This object is compressed and will have to be handled in a different
way.
This commit is contained in:
Gtker 2022-11-02 20:35:14 +01:00 committed by Alexis La Goutte
parent 48444ed9ae
commit ee5053cd7b
1 changed files with 0 additions and 4 deletions

View File

@ -13082,10 +13082,6 @@ add_body_fields(guint32 opcode,
len = offset_packet_end - ptvcursor_current_offset(ptv);
ptvcursor_add(ptv, hf_woww_unimplemented, len, ENC_NA);
break;
case SMSG_COMPRESSED_UPDATE_OBJECT:
len = offset_packet_end - ptvcursor_current_offset(ptv);
ptvcursor_add(ptv, hf_woww_unimplemented, len, ENC_NA);
break;
case SMSG_COOLDOWN_EVENT:
ptvcursor_add(ptv, hf_woww_id, 4, ENC_LITTLE_ENDIAN);
ptvcursor_add(ptv, hf_woww_guid, 8, ENC_LITTLE_ENDIAN);