From 8a1973ae2f836fafbac264c7e35a3164afbe8a2a Mon Sep 17 00:00:00 2001 From: Alice Harris Date: Mon, 6 Oct 2014 13:20:01 +1000 Subject: [PATCH] fix bug where quest Pets were being used instead of quest Mounts --- views/options/inventory/stable.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/options/inventory/stable.jade b/views/options/inventory/stable.jade index 5d4eecf8e3..0bfeaa09fe 100644 --- a/views/options/inventory/stable.jade +++ b/views/options/inventory/stable.jade @@ -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