feat(Core/Unit): Implement munching as a configurable option. (#19188)

* Init.

* Correct description.

* Adjust boolean to integer in config.
This commit is contained in:
Benjamin Jackson
2024-07-10 11:26:53 -04:00
committed by GitHub
parent 793f87fd61
commit 70eb920b10
4 changed files with 11 additions and 1 deletions

View File

@@ -4386,6 +4386,13 @@ TeleportTimeoutFar = 45
DailyRBGArenaPoints.MinLevel = 71
#
# MunchingBlizzlike.Enabled
# Description: Enable the Blizzlike implementation of munching with e.g. Warrior's Rend or Mage's Ignite
# Default: 1 - (Blizzlike)
MunchingBlizzlike.Enabled = 1
#
###################################################################################################