InitialSpell
Client Version 1, Client Version 2
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/spell/smsg_initial_spells.wowm:12
.
struct InitialSpell {
u16 spell_id;
u16 unknown1;
}
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x00 | 2 / Little | u16 | spell_id | cmangos/mangoszero: only send 'first' part of spell |
0x02 | 2 / Little | u16 | unknown1 | cmangos/mangoszero: sets to 0 cmangos/mangoszero: it's not slot id |
Used in:
Client Version 3.3.5
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/spell/smsg_initial_spells.wowm:33
.
struct InitialSpell {
u32 spell_id;
u16 unknown1;
}
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x00 | 4 / Little | u32 | spell_id | cmangos/mangoszero: only send 'first' part of spell |
0x04 | 2 / Little | u16 | unknown1 | cmangos/mangoszero: sets to 0 cmangos/mangoszero: it's not slot id |
Used in: