Skip to content

Commit

Permalink
Merge pull request runelite#1567 from nrodrigues0213/missing-fishing-…
Browse files Browse the repository at this point in the history
…spots

Fishing Plugin: Add Corsair Cove net fishing spot
  • Loading branch information
Adam- authored Apr 17, 2018
2 parents c95f788 + e4fc79b commit 86588ac
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
import static net.runelite.api.NpcID.FISHING_SPOT_7731;
import static net.runelite.api.NpcID.FISHING_SPOT_7732;
import static net.runelite.api.NpcID.FISHING_SPOT_7733;
import static net.runelite.api.NpcID.FISHING_SPOT_7947;
import static net.runelite.api.NpcID.ROD_FISHING_SPOT;
import static net.runelite.api.NpcID.ROD_FISHING_SPOT_1508;
import static net.runelite.api.NpcID.ROD_FISHING_SPOT_1509;
Expand All @@ -68,7 +69,7 @@ public enum FishingSpot
SHRIMP("Shrimp, Anchovies", ItemID.RAW_SHRIMPS,
FISHING_SPOT_1518, FISHING_SPOT_1521, FISHING_SPOT_1525,
FISHING_SPOT_1528, FISHING_SPOT_1530, FISHING_SPOT_1544,
FISHING_SPOT_7155, FISHING_SPOT_7469
FISHING_SPOT_7155, FISHING_SPOT_7469, FISHING_SPOT_7947
),
LOBSTER("Lobster, Swordfish, Tuna", ItemID.RAW_LOBSTER,
FISHING_SPOT_1510, FISHING_SPOT_1519, FISHING_SPOT_1522,
Expand Down

0 comments on commit 86588ac

Please sign in to comment.