mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-21 06:44:44 +02:00
@ -481,6 +481,8 @@ public class FishingManager extends SkillManager {
|
|||||||
treasureDrop.setDurability((short) (Misc.getRandom().nextInt(maxDurability)));
|
treasureDrop.setDurability((short) (Misc.getRandom().nextInt(maxDurability)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
treasure.setDrop(treasureDrop);
|
||||||
|
|
||||||
return treasure;
|
return treasure;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user