Skip to content

Commit

Permalink
Merge branch 'oshur-may-2023' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Maelstromeous committed May 17, 2023
2 parents 0920ee9 + def72ac commit 21693eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/authorities/InstanceAuthority.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export default class InstanceAuthority {
captureHistory: true,
xpm: true,
},
mapVersion: instance.zone === Zone.OSHUR ? '1.1' : '1.0', // As of 13th July Oshur uses a new map
mapVersion: instance.zone === Zone.OSHUR ? '1.2' : '1.0', // v1.2: 17/05/23 2023, v1.1: 13/07/22
latticeVersion: getZoneLatticeVersion(instance.zone, instance.timeStarted),
});

Expand Down
2 changes: 1 addition & 1 deletion src/ps2alerts-constants

0 comments on commit 21693eb

Please sign in to comment.