Core/PacketIO: Updated SMSG_FEATURE_SYSTEM_STATUS to 9.1.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/9630c1b1e5606664ef11a308319db4d21d4c168c)
This commit is contained in:
@@ -1112,11 +1112,10 @@ namespace Game
|
||||
features.WarModeFeatureEnabled = WorldConfig.GetBoolValue(WorldCfg.FeatureSystemWarModeEnabled);
|
||||
features.IsMuted = !CanSpeak();
|
||||
|
||||
SendPacket(features);
|
||||
|
||||
FeatureSystemStatus2 features2 = new();
|
||||
features2.TextToSpeechFeatureEnabled = false;
|
||||
SendPacket(features2);
|
||||
features.TextToSpeechFeatureEnabled = false;
|
||||
|
||||
SendPacket(features);
|
||||
}
|
||||
|
||||
[WorldPacketHandler(ClientOpcodes.SetFactionAtWar)]
|
||||
|
||||
Reference in New Issue
Block a user