|
|
@ -291,6 +291,8 @@ public class WorldServer { |
|
|
|
// Load new loot system
|
|
|
|
// Load new loot system
|
|
|
|
Logger.info("Loading New Loot Tables"); |
|
|
|
Logger.info("Loading New Loot Tables"); |
|
|
|
LootManager.loadLootData(); |
|
|
|
LootManager.loadLootData(); |
|
|
|
|
|
|
|
//load old loot system (still needed for rolling for now)
|
|
|
|
|
|
|
|
LootTable.populateLootTables(); |
|
|
|
RuneBaseAttribute.LoadAllAttributes(); |
|
|
|
RuneBaseAttribute.LoadAllAttributes(); |
|
|
|
RuneBase.LoadAllRuneBases(); |
|
|
|
RuneBase.LoadAllRuneBases(); |
|
|
|
BaseClass.LoadAllBaseClasses(); |
|
|
|
BaseClass.LoadAllBaseClasses(); |
|
|
|