diff options
Diffstat (limited to 'docs/spell_proc_event.md')
| -rw-r--r-- | docs/spell_proc_event.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/spell_proc_event.md b/docs/spell_proc_event.md new file mode 100644 index 0000000..c8e8e6d --- /dev/null +++ b/docs/spell_proc_event.md @@ -0,0 +1,15 @@ +[[Database Structure|Database Structure]] > [[World-Database|World-Database]] > [[spell_proc_event|spell_proc_event]] + +Column | Type | Description +--- | --- | --- +Entry | mediumint(8) | +SchoolMask | tinyint(4) | +SpellFamilyName | smallint(5) unsigned | +SpellFamilyMask0 | int(10) unsigned | +SpellFamilyMask1 | int(10) unsigned | +SpellFamilyMask2 | int(10) unsigned | +ProcFlags | int(10) unsigned | +ProcEx | int(10) unsigned | +PpmRate | float | +CustomChance | float | +Cooldown | int(10) unsigned | |
