From a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Mon, 25 Feb 2019 19:24:20 +0100 Subject: Import DB wiki from TC 335 --- docs/battlemaster_entry.md | 68 ++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 63 insertions(+), 5 deletions(-) (limited to 'docs/battlemaster_entry.md') diff --git a/docs/battlemaster_entry.md b/docs/battlemaster_entry.md index 3554cde..754b1bb 100644 --- a/docs/battlemaster_entry.md +++ b/docs/battlemaster_entry.md @@ -1,6 +1,64 @@ -[Database Structure](Database-Structure) > [World-Database](World-Database) > [battlemaster_entry](battlemaster_entry) +# battlemaster\_entry -Column | Type | Description ---- | --- | --- -Entry | mediumint(8) unsigned | -Bg_template | mediumint(8) unsigned | +`Back-to:World` + +**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. -- cgit