mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
feat(Core/Config): Configurable Water Breath Timer (#11945)
* feat(Core/Config): Configurable Water Breath Timer * Config Formatting Add missing linebreaks * Use int instead of float for water breath timer * Correctly get CONFIG_WATER_BREATH as Int instead of Float value * Move CONFIG_WATER_BREATH_TIMER to WorldInt configs * More logical WaterBreath configuration
This commit is contained in:
@@ -2423,8 +2423,17 @@ Rate.InstanceResetTime = 1
|
||||
# The lower the rate the less experience is required.
|
||||
# Default: 0.05
|
||||
#
|
||||
|
||||
Rate.Pet.LevelXP = 0.05
|
||||
|
||||
#
|
||||
# WaterBreath.Timer
|
||||
# Description: The timer for player's breath underwater in milliseconds
|
||||
# Default: 180000 (3 minutes)
|
||||
#
|
||||
|
||||
WaterBreath.Timer = 180000
|
||||
|
||||
#
|
||||
# SkillGain.Crafting
|
||||
# SkillGain.Defense
|
||||
|
||||
Reference in New Issue
Block a user