From eb5e77cbb2ad009dd85d70a0f122303d9d3001bc Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Fri, 2 Oct 2015 10:34:54 -0500 Subject: [PATCH] Fix locales for healAll --- common/script/src/content/spells/healer.js | 2 ++ 1 file changed, 2 insertions(+) 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) => {