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 'character_gifts' table for MaNGOSOne
This table holds data about wrapped/gift items.
Table Notes
This table uses the 'InnoDB' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
guid | int(20) unsigned | NO | MUL | '0' | The GUID (Global Unique Identifier) of the character. [See character.guid]. | |
item_guid | int(11) unsigned | NO | PRI | '0' | The GUID of the item. [See item_instance.guid]. | |
entry | int(20) unsigned | NO | '0' | The entry of the item. [See item_template.entry]. | ||
flags | int(20) unsigned | NO | '0' |
Description of the fields
guid int(20) unsigned
The GUID (Global Unique Identifier) of the character. [See character.guid].
item_guid int(11) unsigned
The GUID of the item. [See item_instance.guid].
entry int(20) unsigned
The entry of the item. [See item_template.entry].
flags int(20) unsigned
TODO - find out what this field is used for!
What has been attempted so far in the search to identify this field's purpose:
1) moved gift between bags and bank
2) gave gift to another character via trade
3) sent gift by mail to another character
After the above, the value in the field did not change, it was always 0.
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