Skip to content

Commit

Permalink
fix for last PR ACE remove (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy authored Mar 3, 2021
1 parent a2086f3 commit 12c68da
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/GainHonorGuard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 12c68da

Please sign in to comment.