diff --git a/ahbot.patch b/ahbot.patch index e197d1d..d47e66c 100644 --- a/ahbot.patch +++ b/ahbot.patch @@ -174,7 +174,7 @@ index 01b1fe0acb..38b0e5fc90 100644 sAchievementMgr->LoadCompletedAchievements(); +#ifdef MOD_AH_BOT -+ std::string conf_path = _CONF_DIR; ++/* std::string conf_path = _CONF_DIR; + std::string cfg_file = conf_path + "/mod_ahbot.conf"; +#ifdef WIN32 + cfg_file = "mod_ahbot.conf"; @@ -182,7 +182,7 @@ index 01b1fe0acb..38b0e5fc90 100644 + std::string cfg_def_file = cfg_file + ".dist"; + sConfigMgr->LoadMore(cfg_def_file.c_str()); + sConfigMgr->LoadMore(cfg_file.c_str()); -+ ++*/ + // Initialize AHBot settings before deleting expired auctions due to AHBot hooks + auctionbot->InitializeConfiguration(); +#endif