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

Commit 094ba5f

Browse files
author
Explv
committed
Fix fishing spot name for bait fishing with "Fishing rod"
1 parent bf335e8 commit 094ba5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/activities/skills/fishing/FishingMethod.java

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

77
NET("Fishing spot", new String[]{"Small Net", "Net"}, new ItemReq("Small fishing net")),
88
BIG_NET("Fishing spot", new String[]{"Big Net", "Net"}, new ItemReq("Big fishing net")),
9-
BAIT("Fishing spot", "Bait", new ItemReq("Fishing rod"), new ItemReq("Fishing bait", 1).setStackable()),
9+
BAIT("Rod Fishing spot", "Bait", new ItemReq("Fishing rod"), new ItemReq("Fishing bait", 1).setStackable()),
1010
OILY_BAIT("Rod Fishing spot", "Bait", new ItemReq("Oily fishing rod"), new ItemReq("Fishing bait", 1).setStackable()),
1111
LURE("Rod Fishing spot", "Lure", new ItemReq("Fly fishing rod"), new ItemReq("Feather", 1).setStackable()),
1212
STRIPY_LURE("Rod Fishing spot", "Lure", new ItemReq("Fly fishing rod"), new ItemReq("Stripy Feather", 1).setStackable()),

0 commit comments

Comments
 (0)