Skip to content

spell_proc_item_enchant

AnonXS edited this page Dec 13, 2017 · 4 revisions

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.

http://wowwiki.wikia.com/wiki/Procs_per_minute

Clone this wiki locally