Battlemaster entry SF: Difference between revisions

From Project Skyfire
Jump to navigation Jump to search
(Created page with "{| align="right" | __TOC__ |} Category: SkyFire World database tables {{Back-to:World}} <big>'''The `battlemaster_entry` table'''</big> Holds information on which NPC c...")
 
No edit summary
 
Line 2: Line 2:
| __TOC__
| __TOC__
|}
|}
[[Category: SkyFire World database tables]]
{{Back-to:World}}
{{Back-to:World}}


Line 47: Line 46:
====bg_template====
====bg_template====
The [[Battleground_template_SF#id|battleground_template.id]].
The [[Battleground_template_SF#id|battleground_template.id]].
[[DB:World|Return to world database structure]]

Latest revision as of 01:15, 9 January 2013

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 Attributes Key Null Default Extra Comment
entry mediumint(8) unsigned PRI NO 0 Entry of a creature
bg_template mediumint(8) unsigned NO 0 Batleground template id


Description of the fields

entry

The ID of the creature. See creature_template.entry

bg_template

The battleground_template.id.

Return to world database structure