diff --git a/README.md b/README.md index 18f9f70..3dd367c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -## mod-learnspells +## mod-account-achievements -# LearnAllSpells module for AzerothCore. +# Account Achievements module for AzerothCore. -LearnAllSpells teach new spells on level-up, like in Cataclysm and up. +Share your characters achievements to all on your account. # Original script: -http://www.ac-web.org/forums/showthread.php?172918-C-Automatically-Learn-New-Spells \ No newline at end of file +http://www.ac-web.org/forums/showthread.php?223586-Account-Bound-Achievements \ No newline at end of file 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());