From cdf40cf259ebae3610b04fab6965a474c9a0baa7 Mon Sep 17 00:00:00 2001 From: Conan Date: Thu, 26 Oct 2017 03:39:09 +0200 Subject: [PATCH] Typo --- src/mod_achievements.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mod_achievements.cpp b/src/mod_achievements.cpp index b64e1b5..b3b9da7 100644 --- a/src/mod_achievements.cpp +++ b/src/mod_achievements.cpp @@ -92,9 +92,9 @@ public: { if (!reload) { std::string conf_path = _CONF_DIR; - std::string cfg_file = conf_path + "/mod_achievement.conf"; + std::string cfg_file = conf_path + "/mod_achievements.conf"; #ifdef WIN32 - cfg_file = "mod_achievement.conf"; + cfg_file = "mod_achievements.conf"; #endif std::string cfg_def_file = cfg_file + ".dist"; sConfigMgr->LoadMore(cfg_def_file.c_str());