woww: Change field name in SMSG_SPELLLOGEXECUTE

This commit is contained in:
Gtker 2022-11-21 00:03:39 +01:00 committed by Alexis La Goutte
parent c8d7405724
commit 08c98e9a8a
1 changed files with 1 additions and 1 deletions

View File

@ -14871,7 +14871,7 @@ add_body_fields(guint32 opcode,
ptvcursor_add(ptv, hf_woww_critical, 1, ENC_NA);
break;
case SMSG_SPELLINSTAKILLLOG:
ptvcursor_add(ptv, hf_woww_target_guid, 8, ENC_LITTLE_ENDIAN);
ptvcursor_add(ptv, hf_woww_target, 8, ENC_LITTLE_ENDIAN);
ptvcursor_add(ptv, hf_woww_spell, 4, ENC_LITTLE_ENDIAN);
break;
case SMSG_SPELLLOGEXECUTE: