`item_loot_storage` 表
表结构
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| containerGUID | INT | UNSIGNED | NO | ||||
| itemid | INT | UNSIGNED | NO | ||||
| count | INT | UNSIGNED | NO | ||||
| item_index | INT | UNSIGNED | NO | 0 | |||
| 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 |
字段说明
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