loot system debugging

This commit is contained in:
2023-04-06 20:35:03 -05:00
parent 5efb5d0d4b
commit 847c8bc08f
2 changed files with 20 additions and 4 deletions
+2 -2
View File
@@ -295,11 +295,11 @@ public class WorldServer {
MobbaseGoldEntry.LoadMobbaseGold();
//load lootTable
Logger.info("Loading Loot Tables");
//Logger.info("Loading Loot Tables");
//LootTable.populateLootTables();
// Load new loot system
Logger.info("Loading SuperLoot Tables");
Logger.info("Loading New Loot Tables");
LootManager.loadLootData();
RuneBaseAttribute.LoadAllAttributes();
RuneBase.LoadAllRuneBases();