Set the treasure drop after using .clone()

Fixes #1603
This commit is contained in:
TfT_02 2013-11-12 12:49:16 +01:00
parent df77b9d0ed
commit 445f805bb8

View File

@ -481,6 +481,8 @@ public class FishingManager extends SkillManager {
treasureDrop.setDurability((short) (Misc.getRandom().nextInt(maxDurability)));
}
treasure.setDrop(treasureDrop);
return treasure;
}