blob: f26afe5e45f3dab5da4a6a5295b689f7ca5cbdf8 (
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)
|