diff options
author | Empa <42304516+ItsEmpa@users.noreply.github.com> | 2023-12-10 04:15:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-10 04:15:09 +0100 |
commit | 31d9655f01e1dc750af41e24a6fd0e6df406d653 (patch) | |
tree | 9c787e4e431447b6f25da8a0acd8647459510acb | |
parent | 318a488b45ebb682c99273f5756446ee2ee149d3 (diff) | |
download | SkyHanni-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.json | 6 |
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" } } } |