feat(content): Mystery Items Oct 2018
This commit is contained in:
@@ -217,6 +217,12 @@ let armor = {
|
||||
mystery: '201809',
|
||||
value: 0,
|
||||
},
|
||||
201810: {
|
||||
text: t('armorMystery201810Text'),
|
||||
notes: t('armorMystery201810Notes'),
|
||||
mystery: '201810',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('armorMystery301404Text'),
|
||||
notes: t('armorMystery301404Notes'),
|
||||
@@ -631,6 +637,12 @@ let head = {
|
||||
mystery: '201809',
|
||||
value: 0,
|
||||
},
|
||||
201810: {
|
||||
text: t('headMystery201810Text'),
|
||||
notes: t('headMystery201810Notes'),
|
||||
mystery: '201810',
|
||||
value: 0,
|
||||
},
|
||||
301404: {
|
||||
text: t('headMystery301404Text'),
|
||||
notes: t('headMystery301404Notes'),
|
||||
|
||||
@@ -226,6 +226,10 @@ let mysterySets = {
|
||||
start: '2018-09-25',
|
||||
end: '2018-10-02',
|
||||
},
|
||||
201810: {
|
||||
start: '2018-10-25',
|
||||
end: '2018-11-02',
|
||||
},
|
||||
301404: {
|
||||
start: '3014-03-24',
|
||||
end: '3014-04-02',
|
||||
|
||||
Reference in New Issue
Block a user