summaryrefslogtreecommitdiff
path: root/docs/spell_enchant_proc_data.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/spell_enchant_proc_data.md')
-rw-r--r--docs/spell_enchant_proc_data.md100
1 files changed, 92 insertions, 8 deletions
diff --git a/docs/spell_enchant_proc_data.md b/docs/spell_enchant_proc_data.md
index 5c68691..7f3f136 100644
--- a/docs/spell_enchant_proc_data.md
+++ b/docs/spell_enchant_proc_data.md
@@ -1,8 +1,92 @@
-[Database Structure](Database-Structure) > [World-Database](World-Database) > [spell_enchant_proc_data](spell_enchant_proc_data)
-
-Column | Type | Description
---- | --- | ---
-Entry | int(10) unsigned |
-CustomChance | int(10) unsigned |
-PPMChance | float unsigned |
-ProcEx | int(10) unsigned |
+# spell\_enchant\_proc\_data
+
+`Back-to:World`
+
+**The \`spell\_enchant\_proc\` table**
+
+`table-no-description`
+
+**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="#spell_enchant_proc_data-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="#spell_enchant_proc_data-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="#spell_enchant_proc_data-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="#spell_enchant_proc_data-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>
+
+**Description of the fields**
+
+### entry
+
+Enchantment ID from SpellItemEnchantment.dbc
+
+### customChance
+
+`field-no-description|2`
+
+### PPMChance
+
+`field-no-description|3`
+
+### procEx
+
+`field-no-description|4`