mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +00:00
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:
parent
9d1fb39363
commit
29c938dec2
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue