count maps list
This commit is contained in:
parent
5bd825131a
commit
6c0e6dc91b
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue