mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
feat(World/WorldConfig): ScourgeInvasion Add config BattlesWon tresholds (#22913)
This commit is contained in:
@@ -4393,6 +4393,19 @@ Event.Announce = 0
|
||||
|
||||
Sunsreach.CounterMax = 10000
|
||||
|
||||
#
|
||||
# ScourgeInvasion.CounterFirst
|
||||
# ScourgeInvasion.CounterSecond
|
||||
# ScourgeInvasion.CounterThird
|
||||
# Description: Counter thresholds to be reached to transition phases
|
||||
# Default: 50 - (ScourgeInvasion.CounterFirst)
|
||||
# 100 - (ScourgeInvasion.CounterSecond)
|
||||
# 150 - (ScourgeInvasion.CounterThird)
|
||||
|
||||
ScourgeInvasion.CounterFirst = 50
|
||||
ScourgeInvasion.CounterSecond = 100
|
||||
ScourgeInvasion.CounterThird = 150
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user