Skip to content

Commit

Permalink
Move the Blue Morpho location
Browse files Browse the repository at this point in the history
A tester reported that x16 y31 was closer to the centre of the spawn area, and that x16y29 was too far north.
  • Loading branch information
PrincessRTFM committed Jul 13, 2024
1 parent db3f14f commit 302631d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HuntBuddy/Location.cs
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ public float Y {
// Yak T'el
{ 12957, new PositionInfo { X = 21.1f, Y = 05.6f } }, // Balyaborr
{ 12966, new PositionInfo { X = 07.4f, Y = 24.4f } }, // Blue Leafkin
{ 12969, new PositionInfo { X = 16.4f, Y = 28.9f } }, // Blue Morpho
{ 12969, new PositionInfo { X = 16.4f, Y = 30.9f } }, // Blue Morpho
{ 12964, new PositionInfo { X = 17.8f, Y = 24.4f } }, // Branchbearer
{ 12971, new PositionInfo { X = 16.3f, Y = 37.7f } }, // Fly Agaric
{ 12970, new PositionInfo { X = 20.4f, Y = 18.1f } }, // Ja Tiika Moth
Expand Down

0 comments on commit 302631d

Please sign in to comment.