Core/PacketIO: 9.1.0 opcodes and packet structures
Port From (https://github.com/TrinityCore/TrinityCore/commit/cd5357dc185f95c6ef78089c5ab8bd2b885dd89f)
This commit is contained in:
@@ -1091,6 +1091,10 @@ namespace Game
|
||||
features.IsMuted = !CanSpeak();
|
||||
|
||||
SendPacket(features);
|
||||
|
||||
FeatureSystemStatus2 features2 = new();
|
||||
features2.TextToSpeechFeatureEnabled = false;
|
||||
SendPacket(features2);
|
||||
}
|
||||
|
||||
[WorldPacketHandler(ClientOpcodes.SetFactionAtWar)]
|
||||
|
||||
Reference in New Issue
Block a user