mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-03 02:52:26 +00:00
Update main.cpp
This commit is contained in:
parent
b8586bf9cb
commit
9be5ac4ca6
@ -326,10 +326,10 @@ int main(int argc, char** argv) {
|
|||||||
LogInfo("Current hotfix in use: [{}]", hotfix_name.c_str());
|
LogInfo("Current hotfix in use: [{}]", hotfix_name.c_str());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
LogInfo("Purging expired data buckets");
|
LogInfo("Purging expired data buckets");
|
||||||
database.PurgeAllDeletedDataBuckets();
|
database.PurgeAllDeletedDataBuckets();
|
||||||
|
|
||||||
LogInfo("Loading zones");
|
LogInfo("Loading zones");
|
||||||
|
|
||||||
world_store.LoadZones();
|
world_store.LoadZones();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user