chore: update version

This commit is contained in:
Azgaar 2024-08-30 13:43:50 +02:00
parent 2ce8715960
commit 1fe6156ea2
7 changed files with 31 additions and 26 deletions

View file

@ -53,7 +53,8 @@ function getMinimalDataJson() {
religions: pack.religions,
rivers: pack.rivers,
markers: pack.markers,
routes: pack.routes
routes: pack.routes,
zones: pack.zones
};
return JSON.stringify({info, settings, mapCoordinates, pack: packData, biomesData, notes, nameBases});
}
@ -172,7 +173,8 @@ function getPackCellsData() {
religions: pack.religions,
rivers: pack.rivers,
markers: pack.markers,
routes: pack.routes
routes: pack.routes,
zones: pack.zones
};
}