PetSpellCooldown
Client Version 1, Client Version 2
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/pet/smsg_pet_spells.wowm:1
.
struct PetSpellCooldown {
Spell16 spell;
u16 spell_category;
Milliseconds cooldown;
Milliseconds category_cooldown;
}
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x00 | 2 / Little | Spell16 | spell | |
0x02 | 2 / Little | u16 | spell_category | mangoszero: sets to 0 |
0x04 | 4 / Little | Milliseconds | cooldown | |
0x08 | 4 / Little | Milliseconds | category_cooldown |
Used in:
Client Version 3.3.5
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/pet/smsg_pet_spells.wowm:30
.
struct PetSpellCooldown {
Spell spell;
u16 spell_category;
Milliseconds cooldown;
Milliseconds category_cooldown;
}
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x00 | 4 / Little | Spell | spell | |
0x04 | 2 / Little | u16 | spell_category | mangoszero: sets to 0 |
0x06 | 4 / Little | Milliseconds | cooldown | |
0x0A | 4 / Little | Milliseconds | category_cooldown |
Used in: