summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat <mail@mathias.is>2020-03-22 12:32:24 +0100
committerGitHub <noreply@github.com>2020-03-22 12:32:24 +0100
commitc0c9bf2b8657e91e24bb52748a1b2a7cedae1192 (patch)
treecad29f92fbda0f314528a16d45afa36391cca8fd
parentUpdate Core (diff)
downloadcuberite-c0c9bf2b8657e91e24bb52748a1b2a7cedae1192.tar
cuberite-c0c9bf2b8657e91e24bb52748a1b2a7cedae1192.tar.gz
cuberite-c0c9bf2b8657e91e24bb52748a1b2a7cedae1192.tar.bz2
cuberite-c0c9bf2b8657e91e24bb52748a1b2a7cedae1192.tar.lz
cuberite-c0c9bf2b8657e91e24bb52748a1b2a7cedae1192.tar.xz
cuberite-c0c9bf2b8657e91e24bb52748a1b2a7cedae1192.tar.zst
cuberite-c0c9bf2b8657e91e24bb52748a1b2a7cedae1192.zip
-rw-r--r--src/Items/ItemFishingRod.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Items/ItemFishingRod.h b/src/Items/ItemFishingRod.h
index 2d42411e3..a965ebc87 100644
--- a/src/Items/ItemFishingRod.h
+++ b/src/Items/ItemFishingRod.h
@@ -114,7 +114,7 @@ public:
}
case 1:
{
- cItem Book(E_ITEM_ENCHANTED_BOOK);
+ cItem Book(E_ITEM_BOOK);
Book.EnchantByXPLevels(30);
Drops.Add(Book);
break;