diff --git a/common/script/src/content/spells/healer.js b/common/script/src/content/spells/healer.js index 7d6680c057..5e603cb2dd 100644 --- a/common/script/src/content/spells/healer.js +++ b/common/script/src/content/spells/healer.js @@ -52,6 +52,8 @@ let protectAura = { let healAll = { mana: 25, lvl: 14, + text: t('spellHealerHealAllText'), + notes: t('spellHealerHealAllNotes'), target: 'party', cast: (user, target) => { return each(target, (member) => {