Core/Creature: Allow to disable HP regen in Raids even if the target is unreachable

Port From (https://github.com/TrinityCore/TrinityCore/commit/07863a7a6817dbb16fbd740130149bf727a6a136)
This commit is contained in:
hondacrx
2022-02-22 19:49:05 -05:00
parent db46b39a93
commit 87d3646a83
4 changed files with 35 additions and 4 deletions
+8
View File
@@ -1708,6 +1708,14 @@ Creature.MovingStopTimeForPlayer = 180000
MonsterSight = 50.000000
#
# Creature.RegenHPCannotReachTargetInRaid
# Description: Regenerates HP for Creatures in Raids if they cannot reach the target.
# Default: 1 - (Enabled)
# 0 - (Disabled)
Creature.RegenHPCannotReachTargetInRaid = 1
#
###################################################################################################