• Dear forum reader,
    To actively participate in our forum discussions or to start your own threads, in addition to your game account you need a forum account. You can
    REGISTER HERE!
    Please ensure a translation in to English is provided if your post is not in English and to respect your fellow players when posting.

provinceId not set for GBG province A1

Troubleshooting
this is not the browser at fault
it might not affect the game at the moment, but its poor coding, and likely to bite someone when changes are done

GuildBattlegroundService / getBattleground returns an array of all provinces. the first entry, array[0], doesnt include the id

map:provinces[]
  1. conquestProgress: []
  2. id: 1
  3. isSpawnSpot: false
  4. totalBuildingSlots: 3
  5. victoryPoints: 163
for A1, there's no id

also the same for provinces that have GuildBattlegroundProvinceSignal

see here

 
Browser or App version and version number
chrome
Recreation steps
open devtools. look at XHR. open GBG, see GuildBattlegroundService msg
Frequency
every time, if A1 is focus or ignore
Urgency
low
Can this be reproduced?
yes
Screenshots

Attachments

  • 1611856305730.png
    1611856305730.png
    15.8 KB · Views: 5
  • 1611856334288.png
    1611856334288.png
    19.2 KB · Views: 4
Top