-
Notifications
You must be signed in to change notification settings - Fork 47
Character_social
Schmoozerd edited this page Apr 17, 2013
·
1 revision
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