From cca959494202cc5b2c1564fe65a1c15e6280f291 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Tue, 26 Jan 2021 20:42:53 -0500 Subject: [PATCH] Core/Pvp: Enable pvp talents and warmode (NYI) --- Source/Game/Handlers/CharacterHandler.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Game/Handlers/CharacterHandler.cs b/Source/Game/Handlers/CharacterHandler.cs index ccabd242a..cbf747566 100644 --- a/Source/Game/Handlers/CharacterHandler.cs +++ b/Source/Game/Handlers/CharacterHandler.cs @@ -1081,6 +1081,7 @@ namespace Game features.CharUndeleteEnabled = WorldConfig.GetBoolValue(WorldCfg.FeatureSystemCharacterUndeleteEnabled); features.BpayStoreEnabled = WorldConfig.GetBoolValue(WorldCfg.FeatureSystemBpayStoreEnabled); features.IsMuted = !CanSpeak(); + features.WarModeFeatureEnabled = true; SendPacket(features); }