aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmpa <42304516+ItsEmpa@users.noreply.github.com>2023-12-10 04:15:09 +0100
committerGitHub <noreply@github.com>2023-12-10 04:15:09 +0100
commit31d9655f01e1dc750af41e24a6fd0e6df406d653 (patch)
tree9c787e4e431447b6f25da8a0acd8647459510acb
parent318a488b45ebb682c99273f5756446ee2ee149d3 (diff)
downloadSkyHanni-REPO-31d9655f01e1dc750af41e24a6fd0e6df406d653.tar.gz
SkyHanni-REPO-31d9655f01e1dc750af41e24a6fd0e6df406d653.tar.bz2
SkyHanni-REPO-31d9655f01e1dc750af41e24a6fd0e6df406d653.zip
added extendedBurningDesertSlayerArea (#71)
Fixed tara slayer area in crimson isle too small #71
-rw-r--r--constants/LocationFix.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/constants/LocationFix.json b/constants/LocationFix.json
index 904f261..58925cd 100644
--- a/constants/LocationFix.json
+++ b/constants/LocationFix.json
@@ -29,6 +29,12 @@
"b": "-435.3:115.0:-547.7",
"island_name": "Crimson Isle",
"real_location": "Stronghold"
+ },
+ "extendedBurningDesertArea": {
+ "a": "-445.0:80:-895.0",
+ "b": "-540.0:110:-646.0",
+ "island_name": "Crimson Isle",
+ "real_location": "Burning Desert"
}
}
}