blob: fbe24931fc67723b774d1761ecc09111b7e0b3e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# spell\_enchant\_proc\_data
[<-Back-to:World](database-world.md)
**The \`spell\_enchant\_proc\` table**
`table-no-description`
**Structure**
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|-------------------|---------|------------|-----|------|---------|-------|---------|
| [entry][1] | INT | UNSIGNED | | NO | NULL | | |
| [customChance][2] | INT | 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**
### entry
Enchantment ID from SpellItemEnchantment.dbc
### customChance
`field-no-description|2`
### PPMChance
Value must be >=0. If the value does not meet the condition the SQL will fail on `spell_enchant_proc_data_chk_1`.
### procEx
`field-no-description|4`
|