From a3d359e1cc4f40328f898653a5cc3b9711a522e6 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sun, 17 Feb 2019 21:34:28 +0100 Subject: Import all wiki page from old wiki (links to fix) --- docs/spell_proc.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/spell_proc.md (limited to 'docs/spell_proc.md') 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 | -- cgit