Skip to content

Commit

Permalink
Fix DF S3 constants (#452)
Browse files Browse the repository at this point in the history
* Fix DF S3 constants

* fix typo
  • Loading branch information
brchri authored Nov 14, 2023
1 parent ccd52c1 commit 3ebbc2f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ const dungeonsByZoneId: NumberKeyToStringValueMapType = {
1466: "Darkheart Thicket",
1501: "Black Rook Hold",
1763: "Atal'Dazar",
1297: "The Everbloom",
1279: "The Everbloom",
643: 'Throne of the Tides',
};

Expand Down Expand Up @@ -491,8 +491,8 @@ const dungeonsByMapId: NumberKeyToStringValueMapType = {
438: 'The Vortex Pinnacle',

// Dragonflight S3
464: "Dawn of the Infinites: Galakdron's Fall",
463: "Dawn of the Infinites: Murozond's Rise",
463: "Dawn of the Infinites: Galakrond's Fall",
464: "Dawn of the Infinites: Murozond's Rise",
248: "Waycrest Manor",
198: "Darkheart Thicket",
199: "Black Rook Hold",
Expand Down Expand Up @@ -551,8 +551,8 @@ const dungeonTimersByMapId: { [id: number]: number[] } = {
438: [30 * 60, 24 * 60, 18 * 60],

// Dragonflight S3
464: [34 * 60, 27 * 60 + 12, 20 * 60 + 24],
463: [35 * 60, 28 * 60, 21 * 60],
463: [34 * 60, 27 * 60 + 12, 20 * 60 + 24],
464: [35 * 60, 28 * 60, 21 * 60],
248: [36 * 60 + 40, 29 * 60 + 20, 22 * 60],
198: [30 * 60, 24 * 60, 18 * 60],
199: [36 * 60, 28 * 60 + 48, 23 * 60 + 24],
Expand Down

0 comments on commit 3ebbc2f

Please sign in to comment.