Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Commit 89bb0e8

Browse files
RealPokeExplv
authored andcommitted
Updated Musa point fishing location (#68)
Fixed fishing location when fishing at Musa point.
1 parent a41db30 commit 89bb0e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AIO/src/org/aio/activities/skills/fishing/FishingLocation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public enum FishingLocation {
77

88
DRAYNOR_VILLAGE(new Location("Draynor Village", new Area(3085, 3226, 3088, 3230))),
99
LUMBRIDGE_SWAMP(new Location("Lumbridge Swamp", new Area(3238, 3144, 3247, 3160))),
10-
MUSA_POINT(new Location("Musa Point", new Area(2924, 3176, 2925, 3183))),
10+
MUSA_POINT(new Location("Musa Point", new Area(2923, 3176, 2926, 3183))),
1111
PORT_SARIM(new Location("Port Sarim", new Area(2985, 3174, 2988, 3178))),
1212
AL_KHARID(new Location("Al Kharid", new Area(
1313
new int[][]{

0 commit comments

Comments
 (0)