Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

...

Field

Type

Attributes

Key

Null

Default

Extra

Comment

Character social tc2guid

int(10)

unsigned

PRI

NO

0

 

Character Global Unique IdentifierCharacter social tc2

friend

int(10)

unsigned

PRI

NO

0

 

Friend Global Unique Identifier

Character social tc2flags

tinyint(3)

unsigned

PRI

NO

0

 

Friend Flags

Character social tc2note

varchar(48)

signed

 

NO

  

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).

...