Back to 'item_loot_items' Return to characters Go to 'item_refund_instance'
Contains the money associated with a lootable inventory item such as Fat Sack of Coins.
This table is populated the first time the player right-clicks to open an item. Rows are deleted when the player either removes the money or destroys the container item.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
container_id | int | unsigned | PRI | NO | 0 | guid of container (item_instance.guid) | |
money | int | unsigned | NO | 0 | money loot (in copper) |
references item_loot_items.container_id
The amount of money loot in copper.
Back to 'item_loot_items' Return to characters Go to 'item_refund_instance'