Method moved to manager class.

This commit is contained in:
2023-08-06 08:36:16 -04:00
parent f0503aa63b
commit a3a2b01ec4
3 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -341,7 +341,7 @@ public class WorldServer {
LootManager.init();
//load old loot system (still needed for rolling for now)
LootTable.populateLootTables();
LootManager.populateLootTables();
RuneBaseAttribute.LoadAllAttributes();
RuneBase.LoadAllRuneBases();
BaseClass.LoadAllBaseClasses();