Merge remote-tracking branch 'origin/debug-pet-stats'

This commit is contained in:
2023-07-20 17:04:26 -04:00
5 changed files with 51 additions and 5 deletions
-3
View File
@@ -225,9 +225,6 @@ public class LootManager {
}
int min = (int)(mobLevel * 2.5f);
int roll = ThreadLocalRandom.current().nextInt(max-min) + min;
if(roll >= 191){
int poo = 0;
}
return roll;
}
public static void AddGenTableRow(int tableID, GenTableRow row) {