woww: Change *create_id to creature_id

This commit is contained in:
Gtker 2022-11-07 17:19:45 +01:00 committed by Alexis La Goutte
parent 037eb06b00
commit c00d0dfe43
1 changed files with 1 additions and 8 deletions

View File

@ -266,7 +266,6 @@ static int hf_woww_cost_in_copper = -1;
static int hf_woww_count = -1;
static int hf_woww_countdown_time_in_milliseconds = -1;
static int hf_woww_counter = -1;
static int hf_woww_create_id = -1;
static int hf_woww_created_day = -1;
static int hf_woww_created_month = -1;
static int hf_woww_created_year = -1;
@ -14377,7 +14376,7 @@ add_body_fields(guint32 opcode,
break;
case SMSG_QUESTUPDATE_ADD_KILL:
ptvcursor_add(ptv, hf_woww_quest_id, 4, ENC_LITTLE_ENDIAN);
ptvcursor_add(ptv, hf_woww_create_id, 4, ENC_LITTLE_ENDIAN);
ptvcursor_add(ptv, hf_woww_creature_id, 4, ENC_LITTLE_ENDIAN);
ptvcursor_add(ptv, hf_woww_kill_count, 4, ENC_LITTLE_ENDIAN);
ptvcursor_add(ptv, hf_woww_required_kill_count, 4, ENC_LITTLE_ENDIAN);
ptvcursor_add(ptv, hf_woww_guid, 8, ENC_LITTLE_ENDIAN);
@ -16586,12 +16585,6 @@ proto_register_woww(void)
NULL, HFILL
}
},
{ &hf_woww_create_id,
{ "Create Id", "woww.create.id",
FT_UINT32, BASE_HEX_DEC, NULL, 0,
NULL, HFILL
}
},
{ &hf_woww_created_day,
{ "Created Day", "woww.created.day",
FT_UINT32, BASE_HEX_DEC, NULL, 0,