diff options
author | alexia <me@alexia.lol> | 2023-12-13 13:17:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-13 12:17:43 +0000 |
commit | 158e8a0ea37413f68714bd483fd78ec7709bd85d (patch) | |
tree | 694e302be37d88217a467a185c8be653636153c6 /constants | |
parent | 27d06bae300c769d16bbca464f064cc5eb590936 (diff) | |
download | NotEnoughUpdates-REPO-158e8a0ea37413f68714bd483fd78ec7709bd85d.tar.gz NotEnoughUpdates-REPO-158e8a0ea37413f68714bd483fd78ec7709bd85d.tar.bz2 NotEnoughUpdates-REPO-158e8a0ea37413f68714bd483fd78ec7709bd85d.zip |
Some fixes for new update (#1069)
- Some NPCs moved
- Owl is not soulbound
- Revert Fruit Bowl, doesn't have any names completed by default
Diffstat (limited to 'constants')
-rw-r--r-- | constants/abiphone.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/constants/abiphone.json b/constants/abiphone.json index 7c5a41c5..3ff6db58 100644 --- a/constants/abiphone.json +++ b/constants/abiphone.json @@ -166,9 +166,9 @@ "§6" ], "island": "hub", - "x": 32, - "y": 81, - "z": -94 + "x": 39, + "y": 73, + "z": -101 }, "Igrupan": { "requirement": [ @@ -443,8 +443,8 @@ "§6- Five Max Lvl Pets of Legendary tier or better in your pet menu." ], "island": "hub", - "x": 33, - "y": 72, - "z": -96 + "x": 34, + "y": 73, + "z": -97 } }
\ No newline at end of file |