summaryrefslogtreecommitdiff
path: root/docs/spell_proc.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/spell_proc.md')
-rw-r--r--docs/spell_proc.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/spell_proc.md b/docs/spell_proc.md
new file mode 100644
index 0000000..ff0e191
--- /dev/null
+++ b/docs/spell_proc.md
@@ -0,0 +1,19 @@
+[[Database Structure|Database Structure]] > [[World-Database|World-Database]] > [[spell_proc|spell_proc]]
+
+Column | Type | Description
+--- | --- | ---
+SpellId | mediumint(8) |
+SchoolMask | tinyint(4) |
+SpellFamilyName | smallint(5) unsigned |
+SpellFamilyMask0 | int(10) unsigned |
+SpellFamilyMask1 | int(10) unsigned |
+SpellFamilyMask2 | int(10) unsigned |
+TypeMask | int(10) unsigned |
+SpellTypeMask | int(10) unsigned |
+SpellPhaseMask | int(11) |
+HitMask | int(11) |
+AttributesMask | int(10) unsigned |
+RatePerMinute | float |
+Chance | float |
+Cooldown | float unsigned |
+Charges | int(10) unsigned |