diff options
| author | FrancescoBorzi <borzifrancesco@gmail.com> | 2019-02-25 19:24:20 +0100 |
|---|---|---|
| committer | FrancescoBorzi <borzifrancesco@gmail.com> | 2019-02-25 19:24:20 +0100 |
| commit | a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3 (patch) | |
| tree | 91e0cde00f6f27b730b0df3f4338fcf99fa8447a /docs/spell_enchant_proc_data.md | |
| parent | d8d1823802ded97300fa57405d80b16736603489 (diff) | |
| download | wiki-a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3.tar.gz wiki-a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3.tar.bz2 wiki-a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3.zip | |
Import DB wiki from TC 335
Diffstat (limited to 'docs/spell_enchant_proc_data.md')
| -rw-r--r-- | docs/spell_enchant_proc_data.md | 100 |
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` |
