NOTE: This page is auto-generated from the MAGNET DBDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the 'character_homebind' table for MaNGOSZero
Contains information on the location where characters get teleported when they use for example the soul stone or the .start command.
Table Notes
This table uses the 'MyISAM' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
guid | int(11) unsigned | NO | PRI | '0' | The GUID (Global Unique Identifier) of the character. [See character.guid]. | |
map | int(11) unsigned | NO | '0' | The Map Identifier where the character gets teleported to. [See Maps.dbc]. | ||
zone | int(11) unsigned | NO | '0' | The Zone Identifier where the character gets teleported to. | ||
position_x | float | NO | '0' | The x position where the character gets teleported to. | ||
position_y | float | NO | '0' | The y position where the character gets teleported to. | ||
position_z | float | NO | '0' | The z position where the character gets teleported to. |
Description of the fields
guid int(11) unsigned
The GUID (Global Unique Identifier) of the character. [See character.guid].
map int(11) unsigned
The Map Identifier where the character gets teleported to [See Map.dbc].
zone int(11) unsigned
The zone ID (Zone Identifier) where the character gets teleported to [See WorldMapArea.dbc].
position_x float
The x position where the character gets teleported to.
position_y float
The y position where the character gets teleported to.
position_z float
The z position where the character gets teleported to.
auto-generated by the getMaNGOS.eu MAGNET dbdocs module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now