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());