From a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Mon, 25 Feb 2019 19:24:20 +0100 Subject: Import DB wiki from TC 335 --- docs/character_gifts.md | 102 ++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 94 insertions(+), 8 deletions(-) (limited to 'docs/character_gifts.md') diff --git a/docs/character_gifts.md b/docs/character_gifts.md index bde33ee..7858c10 100644 --- a/docs/character_gifts.md +++ b/docs/character_gifts.md @@ -1,8 +1,94 @@ -[Database Structure](Database-Structure) > [Character-Database](Character-Database) > [character_gifts](character_gifts) - -Column | Type | Description ---- | --- | --- -Guid | int(10) unsigned | -Item_guid | int(10) unsigned | -Entry | int(10) unsigned | -Flags | int(10) unsigned | +# character\_gifts + +`Back-to:Characters` + +**The \`character\_gifts\` table** + +This table holds data about wrapped/gift items. + +**Structure** + + ++++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Field

Type

Attributes

Key

Null

Default

Extra

Comment

guid

int(10)

unsigned

 

NO

0

 

 

item_guid

int(10)

unsigned

PRI

NO

0

 

 

entry

int(10)

unsigned

 

NO

0

 

 

flags

int(10)

unsigned

 

NO

0

 

 

+ +**Description of the fields** + +### guid + +The GUID of the character. See characters.guid + +### item\_guid + +The GUID of the item. See item\_instance.guid + +### entry + +The entry of the item. See item\_template.entry + +### flags + +`field-no-description|4` + +*Note for future research: max flags 13369920? FieldFlags of ProtoFlags?* -- cgit