Extracted open/close logic to method. Run at startup.
This commit is contained in:
@@ -389,9 +389,12 @@ public class WorldServer {
|
||||
}
|
||||
|
||||
Logger.info("Loading Mine data.");
|
||||
//DbManager.MineQueries.syncMineWindowsWithToday();
|
||||
Mine.loadAllMines();
|
||||
|
||||
// Open/Close mines for the current window
|
||||
Logger.info("Processing mine window.");
|
||||
HourlyJobThread.processMineWindow();
|
||||
|
||||
Logger.info("Loading Shrine data.");
|
||||
DbManager.ShrineQueries.LOAD_ALL_SHRINES();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user