Core/PacketIO: 9.1.0 opcodes and packet structures
Port From (https://github.com/TrinityCore/TrinityCore/commit/cd5357dc185f95c6ef78089c5ab8bd2b885dd89f)
This commit is contained in:
@@ -233,6 +233,19 @@ namespace Game.Networking.Packets
|
||||
}
|
||||
}
|
||||
|
||||
public class FeatureSystemStatus2 : ServerPacket
|
||||
{
|
||||
public FeatureSystemStatus2() : base(ServerOpcodes.FeatureSystemStatus2) { }
|
||||
|
||||
public override void Write()
|
||||
{
|
||||
_worldPacket.WriteBit(TextToSpeechFeatureEnabled);
|
||||
_worldPacket.FlushBits();
|
||||
}
|
||||
|
||||
public bool TextToSpeechFeatureEnabled;
|
||||
}
|
||||
|
||||
public class FeatureSystemStatusGlueScreen : ServerPacket
|
||||
{
|
||||
public FeatureSystemStatusGlueScreen() : base(ServerOpcodes.FeatureSystemStatusGlueScreen) { }
|
||||
|
||||
Reference in New Issue
Block a user