Skip to content

Commit

Permalink
timer fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aza547 committed May 12, 2024
1 parent fb6ee08 commit 5487762
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
### Added
### Fixed
- More M+ timer fixes.

## [5.4.0] - 2024-05-11
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions src/main/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -548,8 +548,8 @@ const dungeonTimersByMapId: { [id: number]: number[] } = {

// Dragonflight S1
399: [30 * 60, 24 * 60, 18 * 60],
400: [40 * 60, 31 * 60 + 45, 23 * 60 + 45],
401: [37 * 60 + 30, 27 * 60 + 12, 20 * 60 + 24],
400: [40 * 60, 32 * 60, 24 * 60],
401: [37 * 60 + 30, 30 * 60, 22 * 60 + 30],
402: [32 * 60, 25 * 60 + 36, 19 * 60 + 12],
200: [38 * 60, 30 * 60 + 24, 22 * 60 + 48],
210: [30 * 60, 24 * 60, 18 * 60],
Expand Down

0 comments on commit 5487762

Please sign in to comment.