playercreateinfo
This table contains the needed information for new players.
Structure
| Field | Type | Default | Comment | 
|---|---|---|---|
| build | smallint(6) | 12340 | key | 
| race | tinyint(3) | 0 | |
| class | tinyint(3) | 0 | |
| mapID | int(10) | 0 | |
| zoneID | int(10) | 0 | |
| positionX | float(0) | 0 | |
| positionY | float(0) | 0 | |
| positionZ | float(0) | 0 | |
| orientation | float(0) | 0 | 
build
Build number to determine if the data is for our current compiled version.
race
…
class
…
mapID
…
zoneID
…
position
…