mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 22:26:22 +00:00
chore(Core/worldserver.conf): Enable warden by default (#4533)
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
@@ -1313,7 +1313,7 @@ void World::LoadConfigSettings(bool reload)
|
||||
m_bool_configs[CONFIG_CHATLOG_BGROUND] = sConfigMgr->GetOption<bool>("ChatLogs.BattleGround", false);
|
||||
|
||||
// Warden
|
||||
m_bool_configs[CONFIG_WARDEN_ENABLED] = sConfigMgr->GetOption<bool>("Warden.Enabled", false);
|
||||
m_bool_configs[CONFIG_WARDEN_ENABLED] = sConfigMgr->GetOption<bool>("Warden.Enabled", true);
|
||||
m_int_configs[CONFIG_WARDEN_NUM_MEM_CHECKS] = sConfigMgr->GetOption<int32>("Warden.NumMemChecks", 3);
|
||||
m_int_configs[CONFIG_WARDEN_NUM_LUA_CHECKS] = sConfigMgr->GetOption<int32>("Warden.NumLuaChecks", 1);
|
||||
m_int_configs[CONFIG_WARDEN_NUM_OTHER_CHECKS] = sConfigMgr->GetOption<int32>("Warden.NumOtherChecks", 7);
|
||||
|
||||
@@ -1588,10 +1588,10 @@ IsPreloadedContinentTransport.Enabled = 0
|
||||
#
|
||||
# Warden.Enabled
|
||||
# Description: Enable Warden anti-cheat system.
|
||||
# Default: 0 - (Disabled)
|
||||
# 1 - (Enabled)
|
||||
# Default: 1 - (Enabled)
|
||||
# 0 - (Disabled)
|
||||
|
||||
Warden.Enabled = 0
|
||||
Warden.Enabled = 1
|
||||
|
||||
#
|
||||
# Warden.NumMemChecks
|
||||
|
||||
Reference in New Issue
Block a user