From 9be5ac4ca641461dd25e1117bfa8b2e7ac70393d Mon Sep 17 00:00:00 2001 From: Paul Coene Date: Wed, 19 Aug 2020 14:58:04 -0400 Subject: [PATCH] Update main.cpp --- world/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/world/main.cpp b/world/main.cpp index 03ec9fbee..b94ecea4c 100644 --- a/world/main.cpp +++ b/world/main.cpp @@ -326,10 +326,10 @@ int main(int argc, char** argv) { LogInfo("Current hotfix in use: [{}]", hotfix_name.c_str()); } } - + LogInfo("Purging expired data buckets"); database.PurgeAllDeletedDataBuckets(); - + LogInfo("Loading zones"); world_store.LoadZones();