summaryrefslogtreecommitdiff
path: root/docs/item_instance.md
blob: 933e2350c8c5c006f15a8402c4cc500ae408f241 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Database Structure](Database Structure) > [Character-Database](Character-Database) > [item_instance](item_instance)

Column | Type | Description
--- | --- | ---
Guid | int(10) unsigned | 
ItemEntry | mediumint(8) unsigned | 
Owner_guid | int(10) unsigned | 
CreatorGuid | int(10) unsigned | 
GiftCreatorGuid | int(10) unsigned | 
Count | int(10) unsigned | 
Duration | int(10) | 
Charges | tinytext | 
Flags | mediumint(8) unsigned | 
Enchantments | text | 
RandomPropertyId | smallint(5) | 
Durability | smallint(5) unsigned | 
PlayedTime | int(10) unsigned | 
Text | text |