Merge branch 'release' into develop
This commit is contained in:
@@ -259,6 +259,12 @@ const armor = {
|
||||
mystery: '201909',
|
||||
value: 0,
|
||||
},
|
||||
201910: {
|
||||
text: t('armorMystery201910Text'),
|
||||
notes: t('armorMystery201910Notes'),
|
||||
mystery: '201910',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('armorMystery301404Text'),
|
||||
notes: t('armorMystery301404Notes'),
|
||||
@@ -745,6 +751,12 @@ const head = {
|
||||
mystery: '201909',
|
||||
value: 0,
|
||||
},
|
||||
201910: {
|
||||
text: t('headMystery201910Text'),
|
||||
notes: t('headMystery201910Notes'),
|
||||
mystery: '201910',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('headMystery301404Text'),
|
||||
notes: t('headMystery301404Notes'),
|
||||
|
||||
@@ -274,6 +274,10 @@ const mysterySets = {
|
||||
start: '2019-09-25',
|
||||
end: '2019-10-02',
|
||||
},
|
||||
201910: {
|
||||
start: '2019-10-24',
|
||||
end: '2019-11-02',
|
||||
},
|
||||
301404: {
|
||||
start: '3014-03-24',
|
||||
end: '3014-04-02',
|
||||
|
||||
Reference in New Issue
Block a user