diff options
Diffstat (limited to 'docs/character_battleground_data.md')
| -rw-r--r-- | docs/character_battleground_data.md | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/character_battleground_data.md b/docs/character_battleground_data.md index c894870..09f1886 100644 --- a/docs/character_battleground_data.md +++ b/docs/character_battleground_data.md @@ -10,17 +10,17 @@ This table holds information for each character in a battleground. Also hold inf | Field | Type | Attributes | Key | Null | Default | Extra | Comment | |------------------|--------------|------------|-----|------|---------|-------|--------------------------| -| [guid][1] | int(10) | unsigned | PRI | NO | 0 | | Global Unique Identifier | -| [instanceId][2] | int(10) | unsigned | | NO | 0 | | Instance Identifier | -| [team][3] | smallint(5) | unsigned | | NO | | | | -| [joinX][4] | float | signed | | NO | 0 | | | -| [joinY][5] | float | signed | | NO | 0 | | | -| [joinZ][6] | float | signed | | NO | 0 | | | -| [joinO][7] | float | signed | | NO | 0 | | | -| [joinMapId][8] | smallint(5) | unsigned | | NO | 0 | | Map Identifier | -| [taxiStart][9] | int(10) | unsigned | | NO | 0 | | | -| [taxiEnd][10] | int(10) | unsigned | | NO | 0 | | | -| [mountSpell][11] | mediumint(8) | unsigned | | NO | 0 | | | +| [guid][1] | INT | UNSIGNED | PRI | NO | 0 | | Global Unique Identifier | +| [instanceId][2] | INT | UNSIGNED | | NO | 0 | | Instance Identifier | +| [team][3] | SMALLINT | UNSIGNED | | NO | | | | +| [joinX][4] | FLOAT | SIGNED | | NO | 0 | | | +| [joinY][5] | FLOAT | SIGNED | | NO | 0 | | | +| [joinZ][6] | FLOAT | SIGNED | | NO | 0 | | | +| [joinO][7] | FLOAT | SIGNED | | NO | 0 | | | +| [joinMapId][8] | SMALLINT | UNSIGNED | | NO | 0 | | Map Identifier | +| [taxiStart][9] | INT | UNSIGNED | | NO | 0 | | | +| [taxiEnd][10] | INT | UNSIGNED | | NO | 0 | | | +| [mountSpell][11] | MEDIUMINT | UNSIGNED | | NO | 0 | | | [1]: #guid [2]: #instanceid |
