From 576864c8866baa70a5ff5b3008b49f52f7a9798f Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sun, 28 Nov 2021 23:02:51 +0100 Subject: chore(core-scripts): suffix --- docs/core-scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit