woww: Remove incorrect field from SMSG_PETITION_SHOWLIST

This commit is contained in:
Gtker 2022-10-23 18:24:18 +02:00 committed by Alexis La Goutte
parent 302117823b
commit bc433b41ce
1 changed files with 0 additions and 1 deletions

View File

@ -14097,7 +14097,6 @@ add_body_fields(guint32 opcode,
ptvcursor_add(ptv, hf_woww_charter_display_id, 4, ENC_LITTLE_ENDIAN);
ptvcursor_add(ptv, hf_woww_guild_charter_cost, 4, ENC_LITTLE_ENDIAN);
ptvcursor_add(ptv, hf_woww_unknown_int, 4, ENC_LITTLE_ENDIAN);
ptvcursor_add(ptv, hf_woww_unknown_int, 4, ENC_LITTLE_ENDIAN);
ptvcursor_pop_subtree(ptv);
}
break;