mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-19 04:14:40 +00:00
correct key to use mispelled version :/
This commit is contained in:
parent
5a7662db09
commit
339ab9e507
1 changed files with 2 additions and 1 deletions
|
|
@ -67,7 +67,8 @@ let healer = {
|
|||
heal: heal,
|
||||
brightness: brightness,
|
||||
protectAura: protectAura,
|
||||
healAll: healAll,
|
||||
// @TODO APIv3 - correct to healAll
|
||||
heallAll: healAll,
|
||||
};
|
||||
|
||||
setSpellDefaults('healer', healer);
|
||||
|
|
|
|||
Loading…
Reference in a new issue