blob: b321dbe527ac17815d2cde37ca6664fca5549c03 (
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 |
|