spell_proc_item_enchant - cmangos/issues GitHub Wiki
Back to world database list of tables.
The spell_proc_item_enchant table
holds spell effects that need ppm rates.
Structure
| Field | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| entry | int(8) unsigned | NO | PRI | ||
| ppmRate | float signed | NO | PRI | 0 |
entry
spell_template.id of the spell
ppmRate
This field controls the times per minute that the spell should proc. If zero, then the value is taken from the DBC entry.