summaryrefslogtreecommitdiff
path: root/docs/spell_required.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/spell_required.md')
-rw-r--r--docs/spell_required.md51
1 files changed, 7 insertions, 44 deletions
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.
-<table>
-<colgroup>
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-<col width="12%" />
-</colgroup>
-<tbody>
-<tr class="odd">
-<td><p><strong>Field</strong></p></td>
-<td><p><strong>Type</strong></p></td>
-<td><p><strong>Attributes</strong></p></td>
-<td><p><strong>Key</strong></p></td>
-<td><p><strong>Null</strong></p></td>
-<td><p><strong>Default</strong></p></td>
-<td><p><strong>Extra</strong></p></td>
-<td><p><strong>Comment</strong></p></td>
-</tr>
-<tr class="even">
-<td><p><a href="#spell_id">spell_id</a></p></td>
-<td><p>mediumint(9)</p></td>
-<td><p>signed</p></td>
-<td><p>PRI</p></td>
-<td><p>NO</p></td>
-<td><p>0</p></td>
-<td><p> </p></td>
-<td><p> </p></td>
-</tr>
-<tr class="odd">
-<td><p><a href="#req_spell">req_spell</a></p></td>
-<td><p>mediumint(9)</p></td>
-<td><p>signed</p></td>
-<td><p>PRI</p></td>
-<td><p>NO</p></td>
-<td><p>0</p></td>
-<td><p> </p></td>
-<td><p> </p></td>
-</tr>
-</tbody>
-</table>
+| 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**