forked from MagicBane/Server
magical rolling re-enabled
parent
ee1fc0d55c
commit
d9c05fa622
|
|
@ -291,6 +291,8 @@ public class WorldServer {
|
|||
// Load new loot system
|
||||
Logger.info("Loading New Loot Tables");
|
||||
LootManager.loadLootData();
|
||||
//load old loot system (still needed for rolling for now)
|
||||
LootTable.populateLootTables();
|
||||
RuneBaseAttribute.LoadAllAttributes();
|
||||
RuneBase.LoadAllRuneBases();
|
||||
BaseClass.LoadAllBaseClasses();
|
||||
|
|
|
|||
Loading…
Reference in New Issue