From 74c878a4810d573e14fd00b19b459311bf7d9449 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Sat, 18 Apr 2020 19:49:20 -0500 Subject: [PATCH] Fix [skip ci] --- world/main.cpp | 2 +- zone/main.cpp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/world/main.cpp b/world/main.cpp index 3fd3ef555..0a472551c 100644 --- a/world/main.cpp +++ b/world/main.cpp @@ -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"); diff --git a/zone/main.cpp b/zone/main.cpp index 166332a69..fad879ad8 100644 --- a/zone/main.cpp +++ b/zone/main.cpp @@ -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");