1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-05-09 03:36:24 +02:00

Set the treasure drop after using .clone()

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

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