Core/Pvp: Add config option to enable warmode/pvptalents

This commit is contained in:
hondacrx
2021-01-27 00:16:20 -05:00
parent ae6affc44a
commit 869aa6bf56
4 changed files with 11 additions and 1 deletions
+8
View File
@@ -1268,6 +1268,14 @@ FeatureSystem.CharacterUndelete.Enabled = 0
FeatureSystem.CharacterUndelete.Cooldown = 2592000
#
# FeatureSystem.WarMode.Enabled
# Description: Enables Warmode with access to PvpTalents.
# Default: 0 - (Disabled)
# 1 - (Enabled, Experimental)
FeatureSystem.WarMode.Enabled = 0
#
###################################################################################################