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/spell_required.md | 51 +++++++------------------------------------------- 1 file changed, 7 insertions(+), 44 deletions(-) (limited to 'docs/spell_required.md') diff --git a/docs/spell_required.md b/docs/spell_required.md index 873c2b2..058101c 100644 --- a/docs/spell_required.md +++ b/docs/spell_required.md @@ -6,50 +6,13 @@ Table used to add restrictions for learning spells from trainer. Player can't learn spell 'spell\_id' till he learns 'req\_spell', when he loses 'req\_spell' 'spell\_id' will be lost too. Table is used also for profession specialisations as specialisations require profession of certain rank to learn. - ---------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Field

Type

Attributes

Key

Null

Default

Extra

Comment

spell_id

mediumint(9)

signed

PRI

NO

0

 

 

req_spell

mediumint(9)

signed

PRI

NO

0

 

 

+| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +|----------------|--------------|------------|-----|------|---------|-------|---------| +| [spell_id][1] | mediumint(9) | signed | PRI | NO | 0 | | | +| [req_spell][2] | mediumint(9) | signed | PRI | NO | 0 | | | + +[1]: #spell_id +[2]: #req_spell **Description of the fields** -- cgit