woww: Remove compressed field from CMSG_GMTICKET_CREATE

This commit is contained in:
Gtker 2022-10-16 18:46:45 +02:00 committed by Alexis La Goutte
parent 25403e9f15
commit c3630bc0e9
1 changed files with 0 additions and 2 deletions

View File

@ -9967,8 +9967,6 @@ add_body_fields(guint32 opcode,
if (category == GM_TICKET_TYPE_BEHAVIOR_HARASSMENT) {
ptvcursor_add(ptv, hf_woww_chat_data_line_count, 4, ENC_LITTLE_ENDIAN);
ptvcursor_add(ptv, hf_woww_chat_data_size_uncompressed, 4, ENC_LITTLE_ENDIAN);
len = offset_packet_end - ptvcursor_current_offset(ptv);
ptvcursor_add(ptv, hf_woww_compressed_chat_data, len, ENC_NA);
}
break;
case CMSG_GMTICKET_UPDATETEXT: