Core/Pvp: Enable pvp talents and warmode (NYI)

This commit is contained in:
hondacrx
2021-01-26 20:42:53 -05:00
parent 4b0dc26be6
commit cca9594942
+1
View File
@@ -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);
}