Add shared_tasks loading in world

This commit is contained in:
Michael Cook (mackal)
2019-06-07 01:16:44 -04:00
parent 385732f403
commit c5f739cbda
+3
View File
@@ -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();