Skip to content

Commit

Permalink
🐳 chore: v4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xytoki committed Sep 27, 2023
1 parent 330e9c0 commit b77c06f
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/views/Achievement/goalMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ const goalKeys = {
42: 'fontaine-dance-of-the-dew-white-springs-i',
43: 'mortal-travails-series-iv',
44: 'meetings-in-outrealm-series-iv',
45: 'fontaine-dance-of-the-dew-white-springs-ii',
40: 'challenger-series-viii',
} as Record<number, string>
achevementsAmos.forEach((cat) => {
cat.key = goalKeys[cat.id] || cat.key.replace(/_/g, '-') || cat.id.toString()
Expand Down
60 changes: 60 additions & 0 deletions src/views/Achievement/versionMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1052,8 +1052,68 @@ const versionMap = {
86036: 4.0,
86037: 4.0,
86038: 4.0,

81375: 4.1,
81376: 4.1,
81377: 4.1,
81378: 4.1,
81379: 4.1,
81380: 4.1,
81381: 4.1,
81382: 4.1,
81383: 4.1,
81384: 4.1,
81385: 4.1,
81386: 4.1,
81387: 4.1,
81388: 4.1,
81389: 4.1,
81390: 4.1,
81392: 4.1,
81391: 4.1,
81395: 4.1,
81393: 4.1,
81404: 4.1,
81403: 4.1,
81399: 4.1,
81398: 4.1,
81396: 4.1,
81401: 4.1,
81400: 4.1,
81402: 4.1,
81405: 4.1,
84304: 4.1,
84571: 4.1,
84311: 4.1,
84310: 4.1,
84309: 4.1,
84308: 4.1,
84307: 4.1,
84306: 4.1,
84305: 4.1,
80284: 4.1,
80282: 4.1,
80281: 4.1,
80280: 4.1,
80279: 4.1,
80278: 4.1,
80277: 4.1,
80283: 4.1,
80276: 4.1,
80275: 4.1,
80274: 4.1,
80273: 4.1,
80272: 4.1,
80285: 4.1,
82186: 4.1,
82185: 4.1,
82184: 4.1,
82183: 4.1,
82182: 4.1,
82181: 4.1,
} as Record<number, number>
export const versionDateMap = {
4.1: new Date('2023-09-27'),
4.0: new Date('2023-08-16'),
3.8: new Date('2023-07-05'),
3.7: new Date('2023-05-24'),
Expand Down

0 comments on commit b77c06f

Please sign in to comment.