playercreateinfo - Schmoozerd/mangos-wotlk GitHub Wiki
Back to world database list of tables.
This table holds the start positions of each class-race combinations for all newly created characters.
| Field | Type | Null | Key | Default | Extra |
| race | tinyint(3) unsigned | NO | PRI | 0 | |
| class | tinyint(3) unsigned | NO | PRI | 0 | |
| map | mediumint(8) unsigned | NO | 0 | ||
| zone | mediumint(8) unsigned | NO | 0 | ||
| position_x | float | NO | 0 | ||
| position_y | float | NO | 0 | ||
| position_z | float | NO | 0 | ||
| orientation | float | NO | 0 |
The character’s race.
The character’s class.
The map ID. See Maps.dbc
The zone ID. See AreaTable.dbc
The X position.
The Y position.
The Z position.