Caching of drop rates within LootManager

This commit is contained in:
2023-08-03 09:04:20 -04:00
parent 4e01c8e794
commit 95a9e45391
5 changed files with 271 additions and 156 deletions
+1 -1
View File
@@ -338,7 +338,7 @@ public class WorldServer {
// Load new loot system
Logger.info("Loading New Loot Tables");
LootManager.loadLootData();
LootManager.init();
//load old loot system (still needed for rolling for now)
LootTable.populateLootTables();