diff options
| -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 |
