blob: 79ab44e092cc85a9c88760031bc84b77c915ff8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# character\_battleground\_random
[<-Back-to:Characters](database-characters.md)
**The \`character\_battleground\_random\` table**
This table stores battlegrounds IDs for random battleground sessions.
**Structure**
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|-----------|----------|------------|-----|------|---------|-------|---------|
| [guid][1] | INT (10) | UNSIGNED | PRI | NO | 0 | | |
[1]: #guid
**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)
|