diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-11-28 23:02:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-28 23:02:51 +0100 |
| commit | 576864c8866baa70a5ff5b3008b49f52f7a9798f (patch) | |
| tree | 3be14b3a47a8f057c45ca5f10a746841c3fbcebb /docs | |
| parent | 673717c73f138c1b600904b654423139d83ea29f (diff) | |
| download | wiki-576864c8866baa70a5ff5b3008b49f52f7a9798f.tar.gz wiki-576864c8866baa70a5ff5b3008b49f52f7a9798f.tar.bz2 wiki-576864c8866baa70a5ff5b3008b49f52f7a9798f.zip | |
chore(core-scripts): suffix
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/core-scripts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/core-scripts.md b/docs/core-scripts.md index d33bd87..f27baf0 100644 --- a/docs/core-scripts.md +++ b/docs/core-scripts.md @@ -128,7 +128,7 @@ void AddSC_priest_spell_scripts() For SpellScripts and AuraScripts that pair together, we script them by themselves and link them at the registry. -When two scripts are going to be linked, they will always share the same name. Therefore we always prefix the AuraScript with \_aura in these cases. +When two scripts are going to be linked, they will always share the same name. Therefore we always suffix the AuraScript with \_aura in these cases. ```cpp class spell_pri_power_word_shield_aura : public AuraScript |
