SMSG_EXPECTED_SPAM_RECORDS

Client Version 1.12

Not implemented in Wrath or TBC emus. Only implemented in cmangos.

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/chat/smsg_expected_spam_records.wowm:4.

smsg SMSG_EXPECTED_SPAM_RECORDS = 0x0332 {
    u32 amount_of_records;
    CString[amount_of_records] records;
}

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 / Littleu32amount_of_records
0x08? / -CString[amount_of_records]records