forked from MagicBane/Server
magical rolling re-enabled
parent
ee1fc0d55c
commit
d9c05fa622
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue