MailMessageType
Client Version 1, Client Version 2, Client Version 3
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/queries/msg_query_next_mail_time_server.wowm:12
.
enum MailMessageType : u32 {
NORMAL = 0;
AUCTION = 2;
CREATURE = 3;
GAMEOBJECT = 4;
ITEM = 5;
}
Type
The basic type is u32
, a 4 byte (32 bit) little endian integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
NORMAL | 0 (0x00) | |
AUCTION | 2 (0x02) | |
CREATURE | 3 (0x03) | client send CMSG_CREATURE_QUERY on this mailmessagetype |
GAMEOBJECT | 4 (0x04) | client send CMSG_GAMEOBJECT_QUERY on this mailmessagetype |
ITEM | 5 (0x05) | client send CMSG_ITEM_QUERY on this mailmessagetype |
Used in: