mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-26 19:21:28 +00:00
Add shared_tasks loading in world
This commit is contained in:
parent
385732f403
commit
c5f739cbda
@ -396,6 +396,9 @@ int main(int argc, char** argv) {
|
||||
adventure_manager.Load();
|
||||
adventure_manager.LoadLeaderboardInfo();
|
||||
|
||||
shared_tasks.LoadSharedTasks();
|
||||
shared_tasks.LoadSharedTaskState();
|
||||
|
||||
Log(Logs::General, Logs::World_Server, "Purging expired instances");
|
||||
database.PurgeExpiredInstances();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user