From 339ab9e507ad06578fc9aca829dbee9aafe6d1d3 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Fri, 2 Oct 2015 10:11:20 -0500 Subject: [PATCH] correct key to use mispelled version :/ --- common/script/src/content/spells/healer.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);