From 94069a87efd4b42bec9a581a1b0f2f8b77c9d370 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Tue, 22 Dec 2020 20:50:17 +0100 Subject: chore(spell_proc_event): Fix space (#312) * chore(spell_proc_event): Fix space * Update spell_proc_event.md --- docs/spell_proc_event.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'docs') diff --git a/docs/spell_proc_event.md b/docs/spell_proc_event.md index 804cab5..734290f 100644 --- a/docs/spell_proc_event.md +++ b/docs/spell_proc_event.md @@ -20,17 +20,17 @@ [CustomChance][10] | float | signed | | | 0 [Cooldown][11] | int(10) | unsigned | | | 0 -[1]: #Entry -[2]: #SchoolMask -[3]: #SpellFamilyName -[4]: #SpellFamilyMask0 -[5]: #SpellFamilyMask1 -[6]: #SpellFamilyMask2 -[7]: #procFlags -[8]: #procEx -[9]: #ppmRate -[10]: #CustomChance -[11]: #Cooldown +[1]: #entry +[2]: #schoolmask +[3]: #spellfamilyname +[4]: #spellfamilymask0 +[5]: #spellfamilymask1 +[6]: #spellfamilymask2 +[7]: #procflags +[8]: #procex +[9]: #ppmrate +[10]: #customchance +[11]: #cooldown **Description of the fields** @@ -52,6 +52,7 @@ SPELL_SCHOOL_ARCANE | 64 | 0x40 | Arcane Damage ### SpellFamilyName This fireld controls what family name spells can proc the triggered spell. + ID | Family Name :--- | :--- 0 | Generic -- cgit