From 35f62d4e4587023bdbd9bf3d4b49426d5352ab9b Mon Sep 17 00:00:00 2001 From: GJ Date: Tue, 17 Apr 2012 10:42:22 -0400 Subject: [PATCH] Fixed bug with Nether Wart not awarding XP. --- Changelog.txt | 3 ++- src/main/java/com/gmail/nossr50/skills/Herbalism.java | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog.txt b/Changelog.txt index db865aeb2..b70d03990 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -13,7 +13,8 @@ Version 1.3.06-dev = Fixed bug where Herbalism required double drops permission to give XP = Fixed bug where {0} would be displayed in front of your power level in mcstats = Fixed mmoupdate not being useable from console - = Fixed bug with repairing wooden tools + = Fixed bug with repairing wooden tools + = Fixed bug with Nether Wart not awarding XP ! Changed mcremove to no longer kick players when they are removed from database ! Changed mcremove to work on offline users for FlatFile ! Changed PlayerProfile constructor to always take a boolean diff --git a/src/main/java/com/gmail/nossr50/skills/Herbalism.java b/src/main/java/com/gmail/nossr50/skills/Herbalism.java index 092a94757..9562242a7 100644 --- a/src/main/java/com/gmail/nossr50/skills/Herbalism.java +++ b/src/main/java/com/gmail/nossr50/skills/Herbalism.java @@ -90,6 +90,7 @@ public class Herbalism { case CROPS: case JACK_O_LANTERN: case MELON_BLOCK: + case NETHER_WARTS: case PUMPKIN: case RED_MUSHROOM: case RED_ROSE: