mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
fix bug where quest Pets were being used instead of quest Mounts
This commit is contained in:
parent
0c377343d5
commit
8a1973ae2f
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ script(type='text/ng-template', id='partials/options.inventory.mounts.html')
|
|||
+mountList(env.Content.dropEggs)
|
||||
.col-md-12
|
||||
h4=env.t('questMounts')
|
||||
+petList(env.Content.questEggs)
|
||||
+mountList(env.Content.questEggs)
|
||||
.col-md-12
|
||||
h4=env.t('rareMounts')
|
||||
menu
|
||||
|
|
|
|||
Loading…
Reference in a new issue