Using LootManager for forge scaling.

This commit is contained in:
2023-08-07 13:53:16 -04:00
parent a5ab912ffa
commit b05c4a91e5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -261,7 +261,7 @@ public enum LootManager {
return inItem;
}
private static int TableRoll(int mobLevel, Boolean inHotzone) {
public static int TableRoll(int mobLevel, Boolean inHotzone) {
if (mobLevel > 65)
mobLevel = 65;