fix bug where quest Pets were being used instead of quest Mounts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user