From c0c9bf2b8657e91e24bb52748a1b2a7cedae1192 Mon Sep 17 00:00:00 2001 From: Mat Date: Sun, 22 Mar 2020 13:32:24 +0200 Subject: Don't enchant an already enchanted book --- src/Items/ItemFishingRod.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3