mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 15:46:24 +00:00
feat(Core): Config to disable all Wintergrasp processing (#13086)
* feat(Core): Config to disable all Wintergrasp processing * Use 2 instead of -1 - configs are parsed as uint * Fix build warnings
This commit is contained in:
@@ -2919,8 +2919,9 @@ Battleground.SpeedBuffRespawn = 150
|
||||
#
|
||||
# Wintergrasp.Enable
|
||||
# Description: Enable the Wintergrasp battlefield.
|
||||
# Default: 0 - (Disabled)
|
||||
# 1 - (Enabled, Experimental as of still being in development)
|
||||
# Default: 1 - (Enabled, Experimental as of still being in development)
|
||||
# 0 - (Battleground disabled, Wintergrasp world processing still occurs)
|
||||
# 2 - (Disable all Wintergrasp processing)
|
||||
|
||||
Wintergrasp.Enable = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user