Ir al final de los metadatos
Ir al inicio de los metadatos

Estás viendo una versión antigua de esta página. Ve a la versión actual.

Comparar con el actual Ver el historial de la página

« Anterior Versión 8 Siguiente »

Back-to:Characters

The `character_social` table

Contains data about characters' friends/ignored list.

Structure

Field

Type

Attributes

Key

Null

Default

Extra

Comment

guid

int(11)

unsigned

PRI

NO

0

 

Character Global Unique Identifier

friend

int(11)

unsigned

PRI

NO

0

 

Friend Global Unique Identifier

flags

tinyint(1)

unsigned

PRI

NO

0

 

Friend Flags

note

varchar(40)

signed

 

NO

NULL

 

Friend Note

Description of the fields

guid

The GUID of the character. See character.guid

friend

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

flags

0

Unused entry - previously listed as friend or blocked (removed/unblocked)

1

Added as friend

2

Added as blocked user

3

Added as friend, and in ignorelist as well

note

Note about the friend (which appears beside the friend's name in friend list in Client).

  • Sin etiquetas