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:
@@ -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
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user