Character_social - cmangos/issues GitHub Wiki
Back to the characters database list of tables.
Contains data about characters’ friends/ignored list.
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 |
The GUID of the character. See character.guid
The name of the friend/ignored. See character.name
The GUID of the friend/ignored. See character.guid
0 = Friend
1 = Ignored