The `item_instance` table
This table holds individual item instance information for all items currently equipped in some kind of character bag or bank, in auction houses, in guild banks or in mails.
Structure
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
guid | INT | UNSIGNED | PRI | NO | 0 | ||
itemEntry | MEDIUMINT | UNSIGNED | NO | 0 | |||
owner_guid | INT | UNSIGNED | NO | 0 | |||
creatorGuid | INT | UNSIGNED | NO | 0 | |||
giftCreatorGuid | INT | UNSIGNED | NO | 0 | |||
count | INT | UNSIGNED | NO | 1 | |||
duration | INT | SIGNED | NO | 0 | |||
charges | TINYTEXT | SIGNED | YES | ||||
flags | MEDIUMINT | UNSIGNED | NO | 0 | |||
enchantments | TEXT | SIGNED | NO | ||||
randomPropertyId | SMALLINT | SIGNED | NO | 0 | |||
durability | SMALLINT | UNSIGNED | NO | 0 | |||
playedTime | INT | UNSIGNED | NO | 0 | |||
text | TEXT | SIGNED | YES |
Description of the fields
The GUID of the item. This number is unique for each item instance.
The GUID of the character who has ownership of this item. See characters.guid.
Characters.guid of character who created the item.
Characters.guid of character who created the item.
Current number of item copies in the stack.
field-no-description|6
The number of charges for each of the five possible spellcharges on an item, specified via five space separated integers.
field-no-description|8
Enchantments from SpellItemEnchantment.dbc see: item_instance_enchantments
field-no-description|10
Current item durability.
Time in seconds.
The text contained in that specific item.