Code written to refactor db call out of effect costs.
This commit is contained in:
@@ -455,6 +455,10 @@ public class WorldServer {
|
||||
Logger.info("Restoring NPC workOrders");
|
||||
DbManager.WarehouseQueries.LOAD_WORKORDERS();
|
||||
|
||||
Logger.info("Generating costmaps");
|
||||
DbManager.EffectsResourceCostsQueries.GENERATE_COST_DATA();
|
||||
;
|
||||
|
||||
// Run maintenance
|
||||
|
||||
MaintenanceManager.dailyMaintenance();
|
||||
|
||||
Reference in New Issue
Block a user