From b93817e01a3e8142c80c4d315023f2d47e2fec71 Mon Sep 17 00:00:00 2001 From: Walter Pagani Date: Thu, 7 Jan 2021 14:38:21 -0300 Subject: docs: Converting from HTML to Markdown part #5 (#334) --- docs/spelldifficulty_dbc.md | 87 +++++++-------------------------------------- 1 file changed, 13 insertions(+), 74 deletions(-) (limited to 'docs/spelldifficulty_dbc.md') diff --git a/docs/spelldifficulty_dbc.md b/docs/spelldifficulty_dbc.md index a3ae1b7..03886d1 100644 --- a/docs/spelldifficulty_dbc.md +++ b/docs/spelldifficulty_dbc.md @@ -8,80 +8,19 @@ This table contains spell data regarding cpp scripts. The id is called in the sc **Structure** - ---------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Field

Type

Attributes

Key

Null

Default

Extra

Comment

id

int(11)

unsigned

PRI

NO

0

 

 

spellid0

int(11)

unsigned

 

NO

0

 

 

spellid1

int(11)

unsigned

 

NO

0

 

 

spellid2

int(11)

unsigned

 

NO

0

 

 

spellid3

int(11)

unsigned

 

NO

0

 

 

+| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +|---------------|---------|------------|-----|------|---------|-------|---------| +| [id][1] | int(11) | unsigned | PRI | NO | 0 | | | +| [spellid0][2] | int(11) | unsigned | | NO | 0 | | | +| [spellid1][3] | int(11) | unsigned | | NO | 0 | | | +| [spellid2][4] | int(11) | unsigned | | NO | 0 | | | +| [spellid3][5] | int(11) | unsigned | | NO | 0 | | | + +[1]: #id +[2]: #spellid0 +[3]: #spellid1 +[4]: #spellid2 +[5]: #spellid3 **Description of the fields** -- cgit