mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
correct key to use mispelled version :/
This commit is contained in:
@@ -67,7 +67,8 @@ let healer = {
|
|||||||
heal: heal,
|
heal: heal,
|
||||||
brightness: brightness,
|
brightness: brightness,
|
||||||
protectAura: protectAura,
|
protectAura: protectAura,
|
||||||
healAll: healAll,
|
// @TODO APIv3 - correct to healAll
|
||||||
|
heallAll: healAll,
|
||||||
};
|
};
|
||||||
|
|
||||||
setSpellDefaults('healer', healer);
|
setSpellDefaults('healer', healer);
|
||||||
|
|||||||
Reference in New Issue
Block a user