Fix locales for healAll

This commit is contained in:
Blade Barringer
2015-10-02 10:34:54 -05:00
parent 97ad1a8bb2
commit eb5e77cbb2

View File

@@ -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) => {