blob: d592f46f92b1ee1eb6077c5a765d202e259adac2 (
plain)
1
2
3
4
5
6
7
8
|
[Database Structure](Database-Structure) > [Character-Database](Character-Database) > [character_inventory](character_inventory)
Column | Type | Description
--- | --- | ---
Guid | int(10) unsigned |
Bag | int(10) unsigned |
Slot | tinyint(3) unsigned |
Item | int(10) unsigned |
|