fix(Core/Config): Added new config to make pet's health be modified b… (#14051)

This commit is contained in:
UltraNix
2023-02-11 04:08:28 +01:00
committed by GitHub
parent 2a29acac74
commit da70db415b
4 changed files with 16 additions and 0 deletions

View File

@@ -3820,6 +3820,14 @@ QuestPOI.Enabled = 1
ChangeFaction.MaxMoney = 0
#
# Pet.RankMod.Health
# Description: Allows pet health to be modified by rank health rates (set in config)
# Default: 1 - Enabled
# 0 - Disabled
Pet.RankMod.Health = 1
#
###################################################################################################