this bug happens when you have friends defending your city.
i already fixed that, changing the line 4292 from:
if (cellshead[k].childNodes[0]){
to:
if (cellshead[k].childNodes[0] && cellshead[k].childNodes[0].src){
on the method maptroopdata.
my fix just shows your own army and ignores friends armies.
[]'s




