Skip to content

Commit fb73cdf

Browse files
committed
[update] 要求レベルを変更
1 parent dfc8351 commit fb73cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/elic0de/thejpspit/item/items/ItemFishingRod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public int getPrice() {
2424

2525
@Override
2626
public int getRequiredLevel() {
27-
return 0;
27+
return 5;
2828
}
2929

3030
@Override

0 commit comments

Comments
 (0)