SMSG_CALENDAR_RAID_LOCKOUT_UPDATED

Client Version 3.3.5

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/calendar/smsg_calendar_raid_lockout_updated.wowm:1.

smsg SMSG_CALENDAR_RAID_LOCKOUT_UPDATED = 0x0471 {
    DateTime current_time;
    Map map;
    u32 difficulty;
    Seconds old_time_to_update;
    Seconds new_time_to_update;
}

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
0x044 / LittleDateTimecurrent_time
0x084 / -Mapmap
0x0C4 / Littleu32difficulty
0x104 / LittleSecondsold_time_to_update
0x144 / LittleSecondsnew_time_to_update