Character social

From UDB

Jump to: navigation, search

Contents

Back to the characters database list of tables.


The `character_social` table

Contains data about characters' friends/ignored list.


Structure

Field Type Null Key Default Extra
guid int(11) unsigned NO PRI 0
name varchar(21) NO
friend int(11) unsigned NO PRI 0
flags varchar(21) NO PRI


Description of the fields

guid

The GUID of the character. See character.guid

name

The name of the friend/ignored. See character.name

friend

The GUID of the friend/ignored. See character.guid

flags

0 = Friend
1 = Ignored

Personal tools