From f20fa571f14879d3ba9fdfc25e60c4e605c6538e Mon Sep 17 00:00:00 2001 From: GJ Date: Wed, 6 Nov 2013 11:56:50 -0500 Subject: [PATCH] Update changelog. --- Changelog.txt | 1 + .../java/com/gmail/nossr50/skills/fishing/FishingManager.java | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index 1fdd53bc7..b0b04bfc9 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -18,6 +18,7 @@ Version 1.4.08-dev = Fixed bug with Salvage not reading the config value for the anvil material. = Fixed exploit where you could receive smelting XP for improper items = Fixed bug where the Unbreaking enchantment was ignored when using "Super Breaker" or "Giga Drill Breaker" + ! Updated localization files Version 1.4.07 + Added XP boost to Acrobatics when wearing Boots of Feather Falling diff --git a/src/main/java/com/gmail/nossr50/skills/fishing/FishingManager.java b/src/main/java/com/gmail/nossr50/skills/fishing/FishingManager.java index 489cf1af4..4604aaa15 100644 --- a/src/main/java/com/gmail/nossr50/skills/fishing/FishingManager.java +++ b/src/main/java/com/gmail/nossr50/skills/fishing/FishingManager.java @@ -405,9 +405,7 @@ public class FishingManager extends SkillManager { break; case SKELETON: - Skeleton skeleton = (Skeleton) target; - - if (skeleton.getSkeletonType() == SkeletonType.WITHER) { + if (((Skeleton) target).getSkeletonType() == SkeletonType.WITHER) { switch (drop.getType()) { case SKULL_ITEM: drop.setDurability((short) 1);