woww: Fix encoding on 1 byte value in CMSG_GROUP_CHANGE_SUB_GROUP

This commit is contained in:
Gtker 2022-11-10 17:26:08 +01:00 committed by Alexis La Goutte
parent 4c96bb33ce
commit a8059ec338
1 changed files with 1 additions and 1 deletions

View File

@ -9986,7 +9986,7 @@ add_body_fields(guint32 opcode,
break;
case CMSG_GROUP_ASSISTANT_LEADER:
ptvcursor_add(ptv, hf_woww_guid, 8, ENC_LITTLE_ENDIAN);
ptvcursor_add(ptv, hf_woww_set_assistant, 1, ENC_LITTLE_ENDIAN);
ptvcursor_add(ptv, hf_woww_set_assistant, 1, ENC_NA);
break;
case CMSG_GROUP_CHANGE_SUB_GROUP:
add_cstring(ptv, &hf_woww_name);