MSG_INSPECT_ARENA_TEAMS_Server

Client Version 2.4.3, Client Version 3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/arena/msg_inspect_arena_teams.wowm:1.

smsg MSG_INSPECT_ARENA_TEAMS_Server = 0x0377 {
    Guid player;
    u8 slot;
    u32 arena_team;
    u32 rating;
    u32 games_played_this_season;
    u32 wins_this_season;
    u32 total_games_played;
    u32 personal_rating;
}

SMSG have a header of 4 bytes.

SMSG Header

OffsetSize / EndiannessTypeNameDescription
0x002 / Biguint16sizeSize of the rest of the message including the opcode field but not including the size field.
0x022 / Littleuint16opcodeOpcode that determines which fields the message contains.

Body

OffsetSize / EndiannessTypeNameComment
0x048 / LittleGuidplayer
0x0C1 / -u8slot
0x0D4 / Littleu32arena_team
0x114 / Littleu32rating
0x154 / Littleu32games_played_this_season
0x194 / Littleu32wins_this_season
0x1D4 / Littleu32total_games_played
0x214 / Littleu32personal_rating