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();