Update changelog.

This commit is contained in:
GJ
2013-11-06 11:56:50 -05:00
parent b90d1c31c7
commit f20fa571f1
2 changed files with 2 additions and 3 deletions

View File

@ -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);