From f7194b2205ed98373b33d56660e8dcb61d59f83e Mon Sep 17 00:00:00 2001 From: aza547 Date: Sat, 31 Aug 2024 15:39:09 +0100 Subject: [PATCH] add the new TWW bg --- CHANGELOG.md | 1 + src/main/constants.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14b142b1..c37f459b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased ### Changed ### Added +- [Issue 521](https://github.com/aza547/wow-recorder/issues/521) - Add support for Deephaul Ravine. ### Fixed ## [6.0.0] - 2024-08-27 diff --git a/src/main/constants.ts b/src/main/constants.ts index 0600902f..3ff1b10e 100644 --- a/src/main/constants.ts +++ b/src/main/constants.ts @@ -128,6 +128,7 @@ const retailBattlegrounds: NumberKeyToStringValueMapType = { 726: 'Twin Peaks', 489: 'Warsong Gulch', 2106: 'Warsong Gulch', + 2656: 'Deephaul Ravine', }; /**