Skip to content

Commit

Permalink
fixed map ids on leaflet data
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon committed Aug 21, 2024
1 parent 8f9a0ad commit a801813
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions GuildWarsPartySearch.NodeJSServer/src/data/2.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"name": "Senji's Corner",
"type": "outpost_cantha",
"coordinates": [ 3217, 1612 ],
"mapId": 50
"mapId": 51
},
{
"name": "Zin Ku Corridor",
Expand Down Expand Up @@ -243,7 +243,7 @@
"type": "mission_cantha",
"coordinates": [ 3683, 1706 ],
"wiki": "Sunjiang_District_(outpost)",
"mapId": 254
"mapId": 220
},
{
"name": "Tahnnakai Temple",
Expand Down Expand Up @@ -318,7 +318,7 @@
"type": "challenge_cantha_kurzick",
"coordinates": [ 3455, 2593 ],
"wiki": "Altrumm_Ruins_(outpost)",
"mapId": 270
"mapId": 272
},
{
"name": "House zu Heltzer",
Expand Down Expand Up @@ -392,7 +392,7 @@
"type": "challenge_cantha_kurzick",
"coordinates": [ 3813, 3947 ],
"wiki": "Amatz_Basin_(outpost)",
"mapId": 229
"mapId": 230
},
{
"name": "Unwaking Waters (Kurzick)",
Expand Down Expand Up @@ -471,7 +471,7 @@
"name": "Cavalon",
"type": "city_cantha_luxon",
"coordinates": [ 4451, 2259 ],
"mapId": 192
"mapId": 193
},
{
"name": "Breaker Hollow",
Expand Down Expand Up @@ -508,7 +508,7 @@
"type": "mission_cantha_luxon",
"coordinates": [ 4888, 2342 ],
"wiki": "Gyala_Hatchery_(outpost)",
"mapId": 143
"mapId": 224
},
{
"name": "Leviathan Pits",
Expand Down
2 changes: 1 addition & 1 deletion GuildWarsPartySearch.NodeJSServer/src/data/3.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
"type": "mission_elona",
"coordinates": [ 3046, 2956 ],
"wiki": "Nundu_Bay_(outpost)",
"mapId": 464
"mapId": 477
},
{
"name": "Yohlon Haven",
Expand Down
2 changes: 1 addition & 1 deletion GuildWarsPartySearch.NodeJSServer/src/data/4.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"type": "arena",
"coordinates": [ 1055, 905 ],
"wiki": "Random_Arenas_(outpost)",
"mapId": 185
"mapId": 188
},
{
"name": "Zaishen Challenge",
Expand Down

0 comments on commit a801813

Please sign in to comment.