mirror of
https://github.com/azerothcore/mod-learn-spells.git
synced 2026-01-13 00:58:37 +00:00
Oops, not for SingleCore_AC
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user