diff options
Diffstat (limited to 'docs/spell_enchant_proc_data.md')
| -rw-r--r-- | docs/spell_enchant_proc_data.md | 75 |
1 files changed, 11 insertions, 64 deletions
diff --git a/docs/spell_enchant_proc_data.md b/docs/spell_enchant_proc_data.md index 94495fe..c1a9b5c 100644 --- a/docs/spell_enchant_proc_data.md +++ b/docs/spell_enchant_proc_data.md @@ -8,70 +8,17 @@ **Structure** -<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="#entry">entry</a></p></td> -<td><p>int(10)</p></td> -<td><p>unsigned</p></td> -<td><p> </p></td> -<td><p>NO</p></td> -<td><p>NULL</p></td> -<td><p> </p></td> -<td><p> </p></td> -</tr> -<tr class="odd"> -<td><p><a href="#customchance">customChance</a></p></td> -<td><p>int(10)</p></td> -<td><p>unsigned</p></td> -<td><p> </p></td> -<td><p>NO</p></td> -<td><p>0</p></td> -<td><p> </p></td> -<td><p> </p></td> -</tr> -<tr class="even"> -<td><p><a href="#ppmchance">PPMChance</a></p></td> -<td><p>float</p></td> -<td><p>unsigned</p></td> -<td><p> </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="#proxex">proxEx</a></p></td> -<td><p>float</p></td> -<td><p>unsigned</p></td> -<td><p> </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 | +|-------------------|---------|------------|-----|------|---------|-------|---------| +| [entry][1] | int(10) | unsigned | | NO | NULL | | | +| [customChance][2] | int(10) | unsigned | | NO | 0 | | | +| [PPMChance][3] | float | unsigned | | NO | 0 | | | +| [proxEx][4] | float | unsigned | | NO | 0 | | | + +[1]: #entry +[2]: #customchance +[3]: #ppmchance +[4]: #proxex **Description of the fields** |
