diff options
Diffstat (limited to 'docs/battlemaster_entry.md')
| -rw-r--r-- | docs/battlemaster_entry.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/battlemaster_entry.md b/docs/battlemaster_entry.md index 73c94a7..4050829 100644 --- a/docs/battlemaster_entry.md +++ b/docs/battlemaster_entry.md @@ -10,8 +10,8 @@ Holds information on which NPC can start what battleground or arena. | 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 | +| [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 |
