Character_gifts - cmangos/issues GitHub Wiki

Back to the characters database list of tables.

The `character_gifts` table

This table holds data about wrapped/gift items.

Structure

Field Type Null Key Default Extra
guid int(20) unsigned NO MUL 0
item_guid int(11) unsigned NO PRI 0
entry int(20) unsigned NO 0
flags int(20) unsigned NO 0

Description of the fields

guid

The GUID of the character. See character.guid

item_guid

The GUID of the item. See item_instance.guid

entry

The entry of the item. See item_template.entry

flags

⚠️ **GitHub.com Fallback** ⚠️