add message to Inventory/Market (drops) page to explain where quests have gone
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"quests": "Quests",
|
||||
"quest": "quest",
|
||||
"whereAreMyQuests": "Quests are now available on their own page! Click on Inventory -> Quests to find them.",
|
||||
"yourQuests": "Your Quests",
|
||||
"questsForSale": "Quests for Sale",
|
||||
"petQuests": "Pet and Mount Quests",
|
||||
|
||||
@@ -31,6 +31,10 @@
|
||||
ng-click='choosePotion(pot)')
|
||||
.badge.badge-info.stack-count {{points}}
|
||||
|
||||
li.customize-menu
|
||||
menu.pets-menu(label=env.t('quests'))
|
||||
p=env.t('whereAreMyQuests')
|
||||
|
||||
li.customize-menu
|
||||
menu.pets-menu(label=env.t('food') + ' ({{foodCount}})')
|
||||
p.muted(ng-show='foodCount < 1')=env.t('noFood')
|
||||
@@ -42,7 +46,6 @@
|
||||
ng-click='chooseFood(food)')
|
||||
.badge.badge-info.stack-count {{points}}
|
||||
|
||||
|
||||
li.customize-menu
|
||||
menu.pets-menu(label=env.t('special'))
|
||||
mixin specialItem(k)
|
||||
@@ -167,6 +170,10 @@
|
||||
| {{::food.value}}
|
||||
span.Pet_Currency_Gem1x.inline-gems
|
||||
|
||||
li.customize-menu
|
||||
menu.pets-menu(label=env.t('quests'))
|
||||
p=env.t('whereAreMyQuests')
|
||||
|
||||
li.customize-menu
|
||||
menu.pets-menu(label=env.t('special'))
|
||||
div
|
||||
|
||||
Reference in New Issue
Block a user