SpellMiss
Client Version 1.12
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/spell/spell_common.wowm:28
.
struct SpellMiss {
Guid target;
SpellMissInfo miss_info;
}
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x00 | 8 / Little | Guid | target | |
0x08 | 1 / - | SpellMissInfo | miss_info |
Used in:
Client Version 2, Client Version 3
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/spell/spell_common_3_3_5.wowm:44
.
struct SpellMiss {
Guid target;
SpellMissInfo miss_info;
if (miss_info == REFLECT) {
u8 reflect_result;
}
}
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x00 | 8 / Little | Guid | target | |
0x08 | 1 / - | SpellMissInfo | miss_info |
If miss_info is equal to REFLECT
:
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x09 | 1 / - | u8 | reflect_result |
Used in: