From 29c938dec2a98cf577f771d0573a2c192bd41e26 Mon Sep 17 00:00:00 2001 From: Kelsi Date: Fri, 20 Mar 2026 05:40:53 -0700 Subject: [PATCH] feat: add Isle of Conquest to battleground score frame Add IoC (map 628) to the BG score display with Alliance/Horde reinforcement counters (world state keys 4221/4222, max 300). --- src/ui/game_screen.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ui/game_screen.cpp b/src/ui/game_screen.cpp index 464c395c..a246cbe0 100644 --- a/src/ui/game_screen.cpp +++ b/src/ui/game_screen.cpp @@ -23507,6 +23507,8 @@ void GameScreen::renderBattlegroundScore(game::GameHandler& gameHandler) { { 566, "Eye of the Storm", 2757, 2758, 0, 1600, "resources" }, // Strand of the Ancients (WotLK) { 607, "Strand of the Ancients", 3476, 3477, 0, 4, "" }, + // Isle of Conquest (WotLK): reinforcements (300 default) + { 628, "Isle of Conquest", 4221, 4222, 0, 300, "reinforcements" }, }; const BgScoreDef* def = nullptr;