From 12c68da6e57b75d5739e7d93284ba88dc115a670 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Wed, 3 Mar 2021 22:26:04 +0300 Subject: [PATCH] fix for last PR ACE remove (#1) https://github.com/azerothcore/azerothcore-wotlk/pull/4608 --- src/GainHonorGuard.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/GainHonorGuard.cpp b/src/GainHonorGuard.cpp index 97fbd62..4b52713 100644 --- a/src/GainHonorGuard.cpp +++ b/src/GainHonorGuard.cpp @@ -30,13 +30,6 @@ class GainHonorGuardConfig : public WorldScript void OnBeforeConfigLoad(bool reload) override { if (!reload) { - std::string conf_path = _CONF_DIR; - std::string cfg_file = conf_path + "/GainHonorGuard.conf"; - - std::string cfg_def_file = cfg_file + ".dist"; - sConfigMgr->LoadMore(cfg_def_file.c_str()); - sConfigMgr->LoadMore(cfg_file.c_str()); - // Load Configuration Settings SetInitialWorldSettings(); }