Skip to content

Commit

Permalink
🐳 chore: 4.4 achievements
Browse files Browse the repository at this point in the history
  • Loading branch information
xytoki committed Jan 29, 2024
1 parent d4973e2 commit d521a60
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/views/Achievement/goalMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const goalKeys = {
45: 'fontaine-dance-of-the-dew-white-springs-ii',
40: 'challenger-series-viii',
46: 'fontaine-dance-of-the-dew-white-springs-iii',
47: 'chenyus-splendor',
} as Record<number, string>
achevementsAmos.forEach((cat) => {
cat.key = goalKeys[cat.id] || cat.key.replace(/_/g, '-') || cat.id.toString()
Expand Down
48 changes: 48 additions & 0 deletions src/views/Achievement/versionMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1161,8 +1161,56 @@ const versionMap = {
80286: 4.2,

81437: 4.3,

81438: 4.4,
81439: 4.4,
81440: 4.4,
81441: 4.4,
81442: 4.4,
81443: 4.4,
81444: 4.4,
81445: 4.4,
81446: 4.4,
81448: 4.4,
81447: 4.4,
81449: 4.4,
81450: 4.4,
81452: 4.4,
81454: 4.4,
81455: 4.4,
81458: 4.4,
81457: 4.4,
81459: 4.4,
81461: 4.4,
81460: 4.4,
81463: 4.4,
81462: 4.4,
81465: 4.4,
81467: 4.4,
81466: 4.4,
81468: 4.4,
81470: 4.4,
81469: 4.4,
81471: 4.4,
84572: 4.4,
82189: 4.4,
84573: 4.4,
80307: 4.4,
80306: 4.4,
80305: 4.4,
80304: 4.4,
80303: 4.4,
80302: 4.4,
80301: 4.4,
80300: 4.4,
80308: 4.4,
80310: 4.4,
80309: 4.4,
80312: 4.4,
80311: 4.4,
} as Record<number, number>
export const versionDateMap = {
4.4: new Date('2024-01-29'),
4.3: new Date('2023-12-20'),
4.2: new Date('2023-11-08'),
4.1: new Date('2023-09-27'),
Expand Down

0 comments on commit d521a60

Please sign in to comment.