TradeSlot
Client Version 1.12
Wowm Representation
Autogenerated from wowm file at wow_message_parser/wowm/world/trade/smsg_trade_status_extended.wowm:1.
struct TradeSlot {
    u8 trade_slot_number;
    Item item;
    u32 display_id;
    u32 stack_count;
    Bool32 wrapped;
    Guid gift_wrapper;
    u32 enchantment;
    Guid item_creator;
    u32 spell_charges;
    u32 item_suffix_factor;
    u32 item_random_properties_id;
    u32 lock_id;
    u32 max_durability;
    u32 durability;
}
Body
| Offset | Size / Endianness | Type | Name | Comment | 
|---|---|---|---|---|
| 0x00 | 1 / - | u8 | trade_slot_number | cmangos/vmangos/mangoszero: sets to index of array | 
| 0x01 | 4 / Little | Item | item | |
| 0x05 | 4 / Little | u32 | display_id | |
| 0x09 | 4 / Little | u32 | stack_count | |
| 0x0D | 4 / Little | Bool32 | wrapped | |
| 0x11 | 8 / Little | Guid | gift_wrapper | |
| 0x19 | 4 / Little | u32 | enchantment | |
| 0x1D | 8 / Little | Guid | item_creator | |
| 0x25 | 4 / Little | u32 | spell_charges | |
| 0x29 | 4 / Little | u32 | item_suffix_factor | |
| 0x2D | 4 / Little | u32 | item_random_properties_id | |
| 0x31 | 4 / Little | u32 | lock_id | |
| 0x35 | 4 / Little | u32 | max_durability | |
| 0x39 | 4 / Little | u32 | durability | 
Used in:
Client Version 2.4.3, Client Version 3
Wowm Representation
Autogenerated from wowm file at wow_message_parser/wowm/world/trade/smsg_trade_status_extended.wowm:40.
struct TradeSlot {
    u8 trade_slot_number;
    Item item;
    u32 display_id;
    u32 stack_count;
    Bool32 wrapped;
    Guid gift_wrapper;
    u32 enchantment;
    u32[3] enchantments_slots;
    Guid item_creator;
    u32 spell_charges;
    u32 item_suffix_factor;
    u32 item_random_properties_id;
    u32 lock_id;
    u32 max_durability;
    u32 durability;
}
Body
| Offset | Size / Endianness | Type | Name | Comment | 
|---|---|---|---|---|
| 0x00 | 1 / - | u8 | trade_slot_number | cmangos/vmangos/mangoszero: sets to index of array | 
| 0x01 | 4 / Little | Item | item | |
| 0x05 | 4 / Little | u32 | display_id | |
| 0x09 | 4 / Little | u32 | stack_count | |
| 0x0D | 4 / Little | Bool32 | wrapped | |
| 0x11 | 8 / Little | Guid | gift_wrapper | |
| 0x19 | 4 / Little | u32 | enchantment | |
| 0x1D | 12 / - | u32[3] | enchantments_slots | |
| 0x29 | 8 / Little | Guid | item_creator | |
| 0x31 | 4 / Little | u32 | spell_charges | |
| 0x35 | 4 / Little | u32 | item_suffix_factor | |
| 0x39 | 4 / Little | u32 | item_random_properties_id | |
| 0x3D | 4 / Little | u32 | lock_id | |
| 0x41 | 4 / Little | u32 | max_durability | |
| 0x45 | 4 / Little | u32 | durability | 
Used in: