ItemStat
Client Version 1
Wowm Representation
Autogenerated from wowm file at wow_message_parser/wowm/world/queries/smsg_item_query_single_response.wowm:104.
struct ItemStat {
(u32)ItemStatType stat_type;
i32 value;
}
Body
| Offset | Size / Endianness | Type | Name | Comment |
|---|---|---|---|---|
| 0x00 | 4 / - | ItemStatType | stat_type | |
| 0x04 | 4 / Little | i32 | value |
Used in:
Client Version 2, Client Version 3
Wowm Representation
Autogenerated from wowm file at wow_message_parser/wowm/world/queries/smsg_item_query_single_response.wowm:574.
struct ItemStat {
u32 stat_type;
i32 value;
}
Body
| Offset | Size / Endianness | Type | Name | Comment |
|---|---|---|---|---|
| 0x00 | 4 / Little | u32 | stat_type | |
| 0x04 | 4 / Little | i32 | value |
Used in: