DB:Auth:realmcharacters
From TrinityCore Wiki
|
Back to auth database list of tables.
The `realmcharacters` table
This table holds information on the number of characters each account has for each realm.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
| realmid | int(11) | unsigned | PRI | NO | 0 | ||
| acctid | bigint(20) | unsigned | PRI | NO | |||
| numchars | tinyint(3) | unsigned | NO | 0 |
Description of the fields
realmid
The ID of the realm. See realmlist.id
acctid
The account ID. See account.id
numchars
The number of characters the account has on the realm.