character_homebind - cmangos/issues GitHub Wiki
Back to the characters database list of tables.
Contains information on the location where characters get teleported when they use for example the soul stone or the .start command.
Field | Type | Null | Key | Default | Extra |
guid | int(11) unsigned | NO | PRI | 0 | |
map | int(11) unsigned | NO | 0 | ||
zone | int(11) unsigned | NO | 0 | ||
position_x | float | NO | 0 | ||
position_y | float | NO | 0 | ||
position_z | float | NO | 0 |
The GUID of the character. See character.guid
The map ID where the character gets teleported to. See Map.dbc column 1
The zone ID where the character gets teleported to. See WorldMapArea.dbc column 1
The x position where the character gets teleported to.
The y position where the character gets teleported to.
The z position where the character gets teleported to.