diff options
Diffstat (limited to 'docs/character_battleground_random.md')
| -rw-r--r-- | docs/character_battleground_random.md | 53 |
1 files changed, 49 insertions, 4 deletions
diff --git a/docs/character_battleground_random.md b/docs/character_battleground_random.md index 1f7ddfe..c0265e4 100644 --- a/docs/character_battleground_random.md +++ b/docs/character_battleground_random.md @@ -1,5 +1,50 @@ -[Database Structure](Database-Structure) > [Character-Database](Character-Database) > [character_battleground_random](character_battleground_random) +# character\_battleground\_random -Column | Type | Description ---- | --- | --- -Guid | int(10) unsigned | +`Back-to:Characters` + +**The \`character\_battleground\_random\` table** + +This table stores battlegrounds IDs for random battleground sessions. + +**Structure** + +<table> +<colgroup> +<col width="12%" /> +<col width="12%" /> +<col width="12%" /> +<col width="12%" /> +<col width="12%" /> +<col width="12%" /> +<col width="12%" /> +<col width="12%" /> +</colgroup> +<tbody> +<tr class="odd"> +<td><p><strong>Field</strong></p></td> +<td><p><strong>Type</strong></p></td> +<td><p><strong>Attributes</strong></p></td> +<td><p><strong>Key</strong></p></td> +<td><p><strong>Null</strong></p></td> +<td><p><strong>Default</strong></p></td> +<td><p><strong>Extra</strong></p></td> +<td><p><strong>Comment</strong></p></td> +</tr> +<tr class="even"> +<td><p><a href="#character_battleground_random-guid">guid</a></p></td> +<td><p>int (10)</p></td> +<td><p>unsigned</p></td> +<td><p>PRI</p></td> +<td><p>NO</p></td> +<td><p>0</p></td> +<td><p> </p></td> +<td><p> </p></td> +</tr> +</tbody> +</table> + +**Description of the fields** + +### guid + +The guid of the character who has already won random battleground today. See [characters.guid](2129969.html#characters(table)-guid) |
