mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +00:00
fix(achievements): camelcase altPath
This commit is contained in:
parent
9756030fa2
commit
0a1ae1375e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue