Character factionsTable
Stores the faction of the characters
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
ADD | character_id | int(10) unsigned | PRI | 0 | The PID of the character this faction is assigned to | |
ADD | faction_id | int(10) unsigned | PRI | 0 | The id of the faction the points are for | |
ADD | value | int(10) | 0 | The number of points in this faction |