fix(mobile): temp remove new unlock styles

This commit is contained in:
Sabe Jones
2016-11-24 06:06:11 +00:00
parent ac732b2c85
commit a5ad9c30f0
3 changed files with 13 additions and 17 deletions

View File

@@ -2661,7 +2661,7 @@ api.quests = {
value: 4,
category: 'unlockable',
unlockCondition: {
condition: 'create account',
condition: 'party invite',
text: t('createAccountReward')
},
boss: {
@@ -2681,7 +2681,7 @@ api.quests = {
value: 4,
category: 'unlockable',
unlockCondition: {
condition: 'login incentive',
condition: 'party invite',
incentiveThreshold: 7,
text: t('loginReward', {count: 7})
},
@@ -2711,7 +2711,7 @@ api.quests = {
value: 4,
category: 'unlockable',
unlockCondition: {
condition: 'login incentive',
condition: 'party invite',
incentiveThreshold: 22,
text: t('loginReward', {count: 22})
},
@@ -2740,7 +2740,7 @@ api.quests = {
value: 4,
category: 'unlockable',
unlockCondition: {
condition: 'login incentive',
condition: 'party invite',
incentiveThreshold: 40,
text: t('loginReward', {count: 40})
},