Battlemaster_entry - cmangos/issues GitHub Wiki

Back to world database list of tables.

The `battlemaster_entry` table

Holds information on which NPC can start what battleground or arena.

Structure

Field Type Null Key Default Extra
entry mediumint(8) unsigned NO PRI 0 Entry of a creature
bg_template mediumint(8) unsigned NO 0 Battleground template id

Description of the fields

entry

The ID of the creature. See creature_template.entry

bg_template

The battleground template ID. See Battleground_template

⚠️ **GitHub.com Fallback** ⚠️