Skip to content

Commit

Permalink
Update constants.ts - sob timer TWW S1
Browse files Browse the repository at this point in the history
Siege of Boralus timer fix for TWW S1
  • Loading branch information
laurencee authored Oct 18, 2024
1 parent f57837e commit 50d6d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ const dungeonTimersByMapId: { [id: number]: number[] } = {
// https://overgear.com/guides/wow/the-war-within-mythic-guide/.
501: [33 * 60, 33 * 60 * 0.8, 33 * 60 * 0.6], // The Stonevault
503: [30 * 60, 30 * 60 * 0.8, 30 * 60 * 0.6], // Ara-Kara, City of Echoes
353: [34 * 60, 34 * 60 * 0.8, 34 * 60 * 0.6], // Siege of Boralus
353: [33 * 60, 33 * 60 * 0.8, 33 * 60 * 0.6], // Siege of Boralus
502: [35 * 60, 35 * 60 * 0.8, 35 * 60 * 0.6], // City of Threads
505: [31 * 60, 31 * 60 * 0.8, 31 * 60 * 0.6], // The Dawnbreaker
507: [34 * 60, 34 * 60 * 0.8, 34 * 60 * 0.6], // Grim Batol
Expand Down

0 comments on commit 50d6d83

Please sign in to comment.