From 73f310d098c037d2800a347ba566c4b5edb839e0 Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" <277429+mackal@users.noreply.github.com> Date: Mon, 5 Sep 2022 10:54:33 -0400 Subject: [PATCH] I guess we'll go plural (#2425) --- common/shareddb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/shareddb.cpp b/common/shareddb.cpp index a839f1ea1..21aebf495 100644 --- a/common/shareddb.cpp +++ b/common/shareddb.cpp @@ -1509,7 +1509,7 @@ bool SharedDatabase::LoadFactionAssociation(const std::string &prefix) auto Config = EQEmuConfig::get(); EQ::IPCMutex mutex("factionassociations"); mutex.Lock(); - std::string file_name = Config->SharedMemDir + prefix + std::string("factionassociation"); + std::string file_name = Config->SharedMemDir + prefix + std::string("factionassociations"); faction_associations_mmf = std::unique_ptr(new EQ::MemoryMappedFile(file_name)); faction_associations_hash = std::unique_ptr>( new EQ::FixedMemoryHashSet(reinterpret_cast(faction_associations_mmf->Get()),