-
Notifications
You must be signed in to change notification settings - Fork 47
Character_homebind
Schmoozerd edited this page Apr 17, 2013
·
1 revision
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.