diff --git a/common/script/src/content/spells/healer.js b/common/script/src/content/spells/healer.js index f946c19904..7d6680c057 100644 --- a/common/script/src/content/spells/healer.js +++ b/common/script/src/content/spells/healer.js @@ -67,7 +67,8 @@ let healer = { heal: heal, brightness: brightness, protectAura: protectAura, - healAll: healAll, + // @TODO APIv3 - correct to healAll + heallAll: healAll, }; setSpellDefaults('healer', healer);