summaryrefslogtreecommitdiff
path: root/docs/player_factionchange_spells.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/player_factionchange_spells.md')
-rw-r--r--docs/player_factionchange_spells.md51
1 files changed, 7 insertions, 44 deletions
diff --git a/docs/player_factionchange_spells.md b/docs/player_factionchange_spells.md
index d6b72a3..f7d707a 100644
--- a/docs/player_factionchange_spells.md
+++ b/docs/player_factionchange_spells.md
@@ -6,50 +6,13 @@
Basically all spell changes made when player changes faction.
-<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="#alliance_id">alliance_id</a></p></td>
-<td><p>int(8)</p></td>
-<td><p>unsigned</p></td>
-<td><p>PRI</p></td>
-<td><p>NO</p></td>
-<td><p> </p></td>
-<td><p> </p></td>
-<td><p> </p></td>
-</tr>
-<tr class="odd">
-<td><p><a href="#horde_id">horde_id</a></p></td>
-<td><p>int(8)</p></td>
-<td><p>signed</p></td>
-<td><p>PRI</p></td>
-<td><p>NO</p></td>
-<td><p> </p></td>
-<td><p> </p></td>
-<td><p> </p></td>
-</tr>
-</tbody>
-</table>
+| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
+|------------------|--------|------------|-----|------|---------|-------|---------|
+| [alliance_id][1] | int(8) | unsigned | PRI | NO | | | |
+| [horde_id][2] | int(8) | signed | PRI | NO | | | |
+
+[1]: #alliance_id
+[2]: #horde_id
**Description of the fields**