From c681fd4d66521fe6bee35bb2fbd9b5855fca3beb Mon Sep 17 00:00:00 2001 From: Walter Pagani Date: Thu, 7 Jan 2021 10:30:03 -0300 Subject: docs: Converting from HTML to Markdown part #4 (#333) --- docs/pet_spell.md | 63 ++++++++----------------------------------------------- 1 file changed, 9 insertions(+), 54 deletions(-) (limited to 'docs/pet_spell.md') diff --git a/docs/pet_spell.md b/docs/pet_spell.md index 1f4387e..9bdc3c2 100644 --- a/docs/pet_spell.md +++ b/docs/pet_spell.md @@ -8,60 +8,15 @@ This table holds information on individual pet spells. **Structure** - ---------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Field

Type

Attributes

Key

Null

Default

Extra

Comment

guid

int(10)

unsigned

PRI

NO

0

 

Global Unique Identifier

spell

mediumint(8)

unsigned

PRI

NO

0

 

Spell Identifier

active

tinyint(3)

unsigned

 

NO

0

 

 

+| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +|-------------|--------------|------------|-----|------|---------|-------|--------------------------| +| [guid][1] | int(10) | unsigned | PRI | NO | 0 | | Global Unique Identifier | +| [spell][2] | mediumint(8) | unsigned | PRI | NO | 0 | | Spell Identifier | +| [active][3] | tinyint(3) | unsigned | | NO | 0 | | | + +[1]: #guid +[2]: #spell +[3]: #active **Description of the fields** -- cgit