count maps list

This commit is contained in:
ReznoRMichael 2021-02-10 16:23:56 +01:00
parent 5bd825131a
commit 6c0e6dc91b
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -818,7 +818,7 @@ function CheckAdditionalThings(divId, dataObject, playerData, worldData, sceneDa
case "whiteDefenderDefeats":
case "greyPrinceDefeats":
if (i === "areaMaps") {
amount = CountMaps(dataObject[i][3]);
amount = CountMaps(dataObject[i].list);
} else if (i === "whisperingRoots") {
amount = CountWorldItem("Dream Plant");
} else {