NOTE: This page is auto-generated from the MAGNET DBDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the 'item_loot' table for MaNGOSZero
Contains the items associated with a lootable inventory items. This table is populated the first time the player right-clicks to open an item. Rows are deleted when the player either removes an item or destroys the container item.
Table Notes
This table uses the 'MyISAM' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
guid | int(11) unsigned | NO | PRI | '0' | Global unique ID of the item loot entry. | |
owner_guid | int(11) unsigned | NO | MUL | '0' | The GUID of the owner. [See character.guid] | |
itemid | int(11) unsigned | NO | PRI | '0' | Item template entry ID of the item. | |
amount | int(11) unsigned | NO | '0' | Total number of the item. | ||
property | int(11) | NO | '0' | Item random property. |
Description of the fields
guid int(11) unsigned
Global unique ID of the item loot entry.
owner_guid int(11) unsigned
The GUID of the owner. [See character.guid]
itemid int(11) unsigned
Item template entry ID of the item.
amount int(11) unsigned
Total number of the item.
property int(11)
Item random property.
auto-generated by the getMaNGOS.eu MAGNET dbdocs module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now