From 20c1073a980f4b80802056d01517e772297af8d6 Mon Sep 17 00:00:00 2001 From: Conan Date: Wed, 25 Oct 2017 16:35:50 +0200 Subject: [PATCH] Oops, not for SingleCore_AC --- src/mod_learnspells.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mod_learnspells.cpp b/src/mod_learnspells.cpp index 77b86fa..b8d931b 100644 --- a/src/mod_learnspells.cpp +++ b/src/mod_learnspells.cpp @@ -166,9 +166,9 @@ public: { if (!reload) { std::string conf_path = _CONF_DIR; - std::string cfg_file = conf_path + "Settings/mod_learnspells.conf"; + std::string cfg_file = conf_path + "/mod_learnspells.conf"; #ifdef WIN32 - cfg_file = "Settings/mod_learnspells.conf"; + cfg_file = "mod_learnspells.conf"; #endif std::string cfg_def_file = cfg_file + ".dist"; sConfigMgr->LoadMore(cfg_def_file.c_str());