blob: 405082947d7d1a6e07572c3fbe2debd03b904e44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# battlemaster\_entry
[<-Back-to:World](database-world.md)
**The \`battlemaster\_entry\` table**
Holds information on which NPC can start what battleground or arena.
**Structure**
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|------------------|--------------|------------|-----|------|---------|-------|-------------------------|
| [entry][1] | MEDIUMINT | UNSIGNED | PRI | NO | 0 | | Entry of a creature |
| [bg_template][2] | MEDIUMINT | UNSIGNED | | NO | 0 | | Batleground template id |
[1]: #entry
[2]: #bg_template
**Description of the fields**
### entry
The ID of the creature. See creature\_template.entry
### bg\_template
The battleground\_template.id.
|