The `item_loot_\storage` table
Table Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| containerGUID | INT | UNSIGNED | NO | ||||
| itemid | INT | UNSIGNED | NO | ||||
| count | INT | UNSIGNED | NO | ||||
| randomPropertyId | INT | SIGNED | NO | ||||
| randomSuffix | INT | UNSIGNED | NO | ||||
| follow_loot_rules | TINYINT | UNSIGNED | NO | ||||
| freeforall | TINYINT | UNSIGNED | NO | ||||
| is_blocked | TINYINT | UNSIGNED | NO | ||||
| is_counted | TINYINT | UNSIGNED | NO | ||||
| is_underthreshold | TINYINT | UNSIGNED | NO | ||||
| needs_quest | TINYINT | UNSIGNED | NO | ||||
| conditionLootId | INT | SIGNED | NO | 0 |
Description of the fields
field-no-description|1
field-no-description|2
field-no-description|3
field-no-description|4
field-no-description|5
field-no-description|6
field-no-description|7
field-no-description|8
field-no-description|9
field-no-description|10
field-no-description|11
field-no-description|12