From 581c1e503431bc9937a1929ce3253e20bd656c56 Mon Sep 17 00:00:00 2001 From: Mat Date: Sun, 22 Mar 2020 14:43:12 +0200 Subject: Fix typo in fish meta --- 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 a965ebc87..ecd04bcfd 100644 --- a/src/Items/ItemFishingRod.h +++ b/src/Items/ItemFishingRod.h @@ -206,7 +206,7 @@ public: } else if (FishType <= 12) // Pufferfish has a 13% chance of spawning { - Drops.Add(cItem(E_ITEM_RAW_FISH, 1, E_META_RAW_FISH_CLOWNFISH)); + Drops.Add(cItem(E_ITEM_RAW_FISH, 1, E_META_RAW_FISH_PUFFERFISH)); } else if (FishType <= 24) // Raw salmon has a 25% chance of spawning { -- cgit v1.2.3