diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2020-12-22 20:50:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-22 20:50:17 +0100 |
| commit | 94069a87efd4b42bec9a581a1b0f2f8b77c9d370 (patch) | |
| tree | d0178f4c17b951d3a1edad1b6e3cc64be90862ee | |
| parent | 5eb8a16667cb31d814679f863129f1b9ecf8afe8 (diff) | |
| download | wiki-94069a87efd4b42bec9a581a1b0f2f8b77c9d370.tar.gz wiki-94069a87efd4b42bec9a581a1b0f2f8b77c9d370.tar.bz2 wiki-94069a87efd4b42bec9a581a1b0f2f8b77c9d370.zip | |
chore(spell_proc_event): Fix space (#312)
* chore(spell_proc_event): Fix space
* Update spell_proc_event.md
| -rw-r--r-- | docs/spell_proc_event.md | 23 |
1 files changed, 12 insertions, 11 deletions
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 |
