forked from MagicBane/Server
audit command for drop rates
This commit is contained in:
@@ -129,10 +129,9 @@ public enum LootManager {
|
||||
if (!mob.getSafeZone()) {
|
||||
boolean allow = false;
|
||||
if(mob.level >= 50){
|
||||
//totalRange = baseBound;
|
||||
allow = true;
|
||||
}else{
|
||||
if((50 - mob.level) < ThreadLocalRandom.current().nextInt(0,101)){
|
||||
if((50 - mob.level) > ThreadLocalRandom.current().nextInt(0,101)){
|
||||
allow = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user