yeti_c wrote:Hang on - what does the multiple entries error mean?
Your comment seems to imply that it is inside of continents?
I am assuming that it is just in the territory list...
The problem with removing multiples here - is that the multiples could be correct with other work having gone into them - but badly named (copied?) - and you lose data...
Perhaps doing nothing would be better?
Pretty sure positions are territories only.
C.
Yes your assumption same as mine, in the territory list.
To exemplify what I was saying:
Code: Select all
<continent>
<name>Solar System</name>
<bonus>5</bonus>
<components>
<territory>Earth</territory>
<territory>Mars</territory>
</components>
</continent>
<territory>
<name>Earth</name>
...
</territory>
<territory>
<name>Earth</name>
...
</territory>
If I rename the duplicate territory, then the duplicate won't be automatically included in territory lists containing the original.
So here if I rename the multiple to Earth2 then Solar system will only include Earth. This could easily be missed by the user
as there won't be a validation problem if the multiple is renamed.
I think maybe do nothing on this one, but still flag.