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).
This commit is contained in:
Kelsi 2026-03-20 05:40:53 -07:00
parent 9d1fb39363
commit 29c938dec2

View file

@ -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;