chore(Core/Config): remove dead unreachable-target evade configs (#26460)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Andrew
2026-07-04 12:49:52 -03:00
committed by GitHub
parent 9c80943df9
commit acd519b9a5
3 changed files with 0 additions and 18 deletions
@@ -3175,13 +3175,6 @@ Creature.MovingStopTimeForPlayer = 180000
WaypointMovementStopTimeForPlayer = 120
# NpcEvadeIfTargetIsUnreachable
# Description: Specifies the time (in seconds) that a creature whom target
# is unreachable to end up in evade mode.
# Default: 5
NpcEvadeIfTargetIsUnreachable = 5
# NpcRegenHPIfTargetIsUnreachable
# Description: Regenerates HP for Creatures in Raids if they cannot reach the target.
# Keep disabled if you are experiencing mmaps/pathing issues.
@@ -3191,13 +3184,6 @@ NpcEvadeIfTargetIsUnreachable = 5
NpcRegenHPIfTargetIsUnreachable = 1
# NpcRegenHPTimeIfTargetIsUnreachable
# Description: Specifies the time (in seconds) that a creature whom target
# is unreachable in raid to end up regenerate health.
# Default: 10
NpcRegenHPTimeIfTargetIsUnreachable = 10
# Creatures.CustomIDs
# Description: The list of custom creatures with gossip dialogues hardcoded in core,
# divided by "," without spaces.
-2
View File
@@ -663,8 +663,6 @@ void WorldConfig::BuildConfigCache()
SetConfigValue<bool>(CONFIG_DUNGEON_ACCESS_REQUIREMENTS_PORTAL_CHECK_ILVL, "DungeonAccessRequirements.PortalAvgIlevelCheck", false);
SetConfigValue<bool>(CONFIG_DUNGEON_ACCESS_REQUIREMENTS_LFG_DBC_LEVEL_OVERRIDE, "DungeonAccessRequirements.LFGLevelDBCOverride", false);
SetConfigValue<uint32>(CONFIG_DUNGEON_ACCESS_REQUIREMENTS_OPTIONAL_STRING_ID, "DungeonAccessRequirements.OptionalStringID", 0);
SetConfigValue<uint32>(CONFIG_NPC_EVADE_IF_NOT_REACHABLE, "NpcEvadeIfTargetIsUnreachable", 5);
SetConfigValue<uint32>(CONFIG_NPC_REGEN_TIME_IF_NOT_REACHABLE_IN_RAID, "NpcRegenHPTimeIfTargetIsUnreachable", 10);
SetConfigValue<bool>(CONFIG_REGEN_HP_CANNOT_REACH_TARGET_IN_RAID, "NpcRegenHPIfTargetIsUnreachable", true);
//Debug
-2
View File
@@ -374,8 +374,6 @@ enum ServerConfigs
CONFIG_GUILD_MEMBER_LIMIT,
CONFIG_GM_LEVEL_CHANNEL_MODERATION,
CONFIG_TOGGLE_XP_COST,
CONFIG_NPC_EVADE_IF_NOT_REACHABLE,
CONFIG_NPC_REGEN_TIME_IF_NOT_REACHABLE_IN_RAID,
CONFIG_FFA_PVP_TIMER,
CONFIG_OUTDOOR_PVP_CAPTURE_RATE,
CONFIG_LOOT_NEED_BEFORE_GREED_ILVL_RESTRICTION,