Comment 3 for bug 782840

Revision history for this message
Steven Rose (smr-d) wrote :

I just had a quick look.
It seems that there are two maps that store area data.

One map is called areaNamesMap and this relates areaID's to area names.
The other is called areas and this relates areaID's to TArea.

So what should happen is that both these maps should always have the same ID's in them (I assume).

But what is happening is that some IDs are in areaNamesMap that aren't in the area map. The cause of which I haven't narrowed down yet.