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;
}
Header
SMSG have a header of 4 bytes.
SMSG Header
| Offset | Size / Endianness | Type | Name | Description | 
|---|---|---|---|---|
| 0x00 | 2 / Big | uint16 | size | Size of the rest of the message including the opcode field but not including the size field. | 
| 0x02 | 2 / Little | uint16 | opcode | Opcode that determines which fields the message contains. | 
Body
| Offset | Size / Endianness | Type | Name | Comment | 
|---|---|---|---|---|
| 0x04 | 8 / Little | Guid | player | |
| 0x0C | 1 / - | u8 | slot | |
| 0x0D | 4 / Little | u32 | arena_team | |
| 0x11 | 4 / Little | u32 | rating | |
| 0x15 | 4 / Little | u32 | games_played_this_season | |
| 0x19 | 4 / Little | u32 | wins_this_season | |
| 0x1D | 4 / Little | u32 | total_games_played | |
| 0x21 | 4 / Little | u32 | personal_rating |