summaryrefslogtreecommitdiff
path: root/docs/battlemaster_entry.md
blob: 73c94a7dc4f666901aec305245101fff69e57ffc (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(8) | unsigned   | PRI | NO   | 0       |       | Entry of a creature     |
| [bg_template][2] | mediumint(8) | 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.