Skip to content

Commit

Permalink
[Classic] Add a missed realm to the CLASSIC_REALMS const
Browse files Browse the repository at this point in the history
  • Loading branch information
Pewtro committed Feb 17, 2024
1 parent a0a5994 commit 4c17aad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/realms/output.ts
Original file line number Diff line number Diff line change
Expand Up @@ -954,6 +954,7 @@ export const REALMS: Record<Region, Realm[]> = {

export const CLASSIC_REALMS: Record<ClassicRegion, Realm[]> = {
EU: [
{ name: 'Earthshaker', slug: 'earthshaker' },
{ name: 'Amnennar', slug: 'amnennar' },
{ name: 'Auberdine', slug: 'auberdine' },
{ name: 'Everlook', slug: 'everlook' },
Expand Down
1 change: 1 addition & 0 deletions src/CHANGELOG.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import SpellLink from 'interface/SpellLink';

// prettier-ignore
export default [
change(date(2024, 2, 17), 'Add a missed realm for Classic.', Putro),
change(date(2024, 2, 7), 'Inspect more stack trace lines for external script sources.', ToppleTheNun),
change(date(2024, 2, 7), 'Mark 10.2.0 as an old patch.', ToppleTheNun),
change(date(2024, 2, 7), 'Fix a crash caused by bad ads.', ToppleTheNun),
Expand Down

0 comments on commit 4c17aad

Please sign in to comment.