Fix [skip ci]

This commit is contained in:
Akkadius 2020-04-18 19:49:20 -05:00
parent 093509baa9
commit 74c878a481
2 changed files with 3 additions and 1 deletions

View File

@ -327,7 +327,7 @@ int main(int argc, char** argv) {
database.PurgeAllDeletedDataBuckets();
LogInfo("Loading zones");
// Load to both context for now... this needs to be cleaned up
// Load to both context for now... this needs to be cleaned up and is not the right way to do this
database.LoadZoneNames();
content_db.LoadZoneNames();
LogInfo("Clearing groups");

View File

@ -313,6 +313,8 @@ int main(int argc, char** argv) {
}
LogInfo("Loading zone names");
// Load to both context for now... this needs to be cleaned up and is not the right way to do this
database.LoadZoneNames();
content_db.LoadZoneNames();
LogInfo("Loading items");