diff options
Diffstat (limited to 'src/Items/ItemFishingRod.h')
-rw-r--r-- | src/Items/ItemFishingRod.h | 2 |
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; |