mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
fix(achievements): camelcase altPath
This commit is contained in:
@@ -187,7 +187,7 @@ function _getBasicAchievements (user, language) {
|
|||||||
_addUltimateGear(result, user, {path: 'healer', language});
|
_addUltimateGear(result, user, {path: 'healer', language});
|
||||||
_addUltimateGear(result, user, {path: 'rogue', language});
|
_addUltimateGear(result, user, {path: 'rogue', language});
|
||||||
_addUltimateGear(result, user, {path: 'warrior', language});
|
_addUltimateGear(result, user, {path: 'warrior', language});
|
||||||
_addUltimateGear(result, user, {path: 'mage', altpath: 'wizard', language});
|
_addUltimateGear(result, user, {path: 'mage', altPath: 'wizard', language});
|
||||||
|
|
||||||
let rebirthTitle;
|
let rebirthTitle;
|
||||||
let rebirthText;
|
let rebirthText;
|
||||||
|
|||||||
Reference in New Issue
Block a user