Skip to content
Schmoozerd edited this page Apr 14, 2013 · 2 revisions

Back to the characters database list of tables.

The `character_homebind` table

Contains information on the location where characters get teleported when they use for example the soul stone or the .start command.

Structure

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

Description of the fields

guid

The GUID of the character. See character.guid

map

The map ID where the character gets teleported to. See Maps.dbc column 1

zone

The zone ID where the character gets teleported to. See WorldMapArea.dbc column 1

position_x

The x position where the character gets teleported to.

position_y

The y position where the character gets teleported to.

position_z

The z position where the character gets teleported to.

Clone this wiki locally