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_battleground_data' table for MaNGOSOne
This table holds information about the character when it joins a battleground.
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 character battleground datar global unique identifier. | |
instance_id | int(11) unsigned | NO | '0' | The unique ID of the battleground instance the character has entered. | ||
team | int(11) unsigned | NO | '0' | Neutral, Horde, or Alliance | ||
join_x | float | NO | '0' | The character's X coordinate in the battleground. | ||
join_y | float | NO | '0' | The character's Y coordinate in the battleground. | ||
join_z | float | NO | '0' | The character's Z coordinate in the battleground. | ||
join_o | float | NO | '0' | The character's orientation in the battleground. | ||
join_map | int(11) | NO | '0' | Battleground map ID where the character will spawn. |
Description of the fields
guid int(11) unsigned
The character battleground datar global unique identifier.
instance_id int(11) unsigned
The unique ID of the battleground instance the character has entered.
team int(11) unsigned
Neutral, Horde, or Alliance
join_x float
The character's X coordinate in the battleground.
join_y float
The character's Y coordinate in the battleground.
join_z float
The character's Z coordinate in the battleground.
join_o float
The character's orientation in the battleground.
join_map int(11)
Battleground map ID where the character will spawn.
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