Azgaar / Fantasy-Map-Generator

Web application generating interactive and highly customizable maps
https://azgaar.github.io/Fantasy-Map-Generator
Other
4.48k stars 636 forks source link

Fix regiments getting bugged when merging states #1067

Closed Ruichka closed 4 months ago

Ruichka commented 4 months ago

Description

dataset.i -> dataset.id

Fixes regiments of merged states getting bugged when merging states. When a state was merged, the "data-id" field of regiments from the merged state was not updated, causing them to get mixed up with regiments of the ruling state.

Type of change

Versioning

netlify[bot] commented 4 months ago

Deploy Preview for afmg ready!

Name Link
Latest commit b0ab5d1c73252adf8525bb1f50bb1cc2a6ca39a1
Latest deploy log https://app.netlify.com/sites/afmg/deploys/6624d5ac4d1940000852d116
Deploy Preview https://deploy-preview-1067--afmg.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Azgaar commented 4 months ago

Thanks!