Core/PacketIO: Updated opcodes to 9.1.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/98b95fb264c4f1e30613a6dbd4cc892c6265b548)
This commit is contained in:
@@ -235,7 +235,7 @@ namespace Game.Networking.Packets
|
||||
|
||||
public class FeatureSystemStatus2 : ServerPacket
|
||||
{
|
||||
public FeatureSystemStatus2() : base(ServerOpcodes.FeatureSystemStatus2) { }
|
||||
public FeatureSystemStatus2() : base(ServerOpcodes.None) { }
|
||||
|
||||
public override void Write()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user