CMSG_GMSURVEY_SUBMIT

Client Version 1, Client Version 2, Client Version 3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/gamemaster/cmsg_gmsurvey_submit.wowm:14.

cmsg CMSG_GMSURVEY_SUBMIT = 0x032A {
    u32 survey_id;
    GmSurveyQuestion[10] questions;
    CString answer_comment;
}

CMSG have a header of 6 bytes.

CMSG Header

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

Body

OffsetSize / EndiannessTypeNameComment
0x064 / Littleu32survey_idcmangos: Survey ID: found in GMSurveySurveys.dbc
0x0A? / -GmSurveyQuestion[10]questions
-- / -CStringanswer_commentcmangos: Answer comment: Unused in stock UI, can be only set by calling Lua function
cmangos: Answer comment max sizes in bytes: Vanilla - 8106:8110, TBC - 11459:11463, Wrath - 582:586