Refactor warehouse part two.

This commit is contained in:
2024-03-17 09:47:00 -04:00
parent b76a384e1f
commit f3bfdd8a36
15 changed files with 155 additions and 120 deletions
+1 -1
View File
@@ -453,7 +453,7 @@ public class WorldServer {
Enum.ResourceType.InitializeResourceTypes();
Logger.info("Loading Warehouse data.");
DbManager.WarehouseQueries.LOAD_ALL_WAREHOUSES();
DbManager.WarehouseQueries.LOAD_WAREHOUSES();
Logger.info("Loading Runegate data.");
Runegate.loadAllRunegates();