Scripts/Commands: Improve .debug arena
Port From (https://github.com/TrinityCore/TrinityCore/commit/16edee0b0ea805f5d8f0abf5eedb2c66a6edb23f)
This commit is contained in:
@@ -104,6 +104,11 @@ namespace Game.Networking
|
||||
this.opcode = (uint)opcode;
|
||||
}
|
||||
|
||||
public WorldPacket(ClientOpcodes opcode)
|
||||
{
|
||||
this.opcode = (uint)opcode;
|
||||
}
|
||||
|
||||
public WorldPacket(byte[] data) : base(data)
|
||||
{
|
||||
opcode = ReadUInt32();
|
||||
|
||||
@@ -222,7 +222,7 @@ namespace Game.Networking.Packets
|
||||
public int[] BlacklistMap = new int[2];
|
||||
}
|
||||
|
||||
class BattlemasterJoinArena : ClientPacket
|
||||
public class BattlemasterJoinArena : ClientPacket
|
||||
{
|
||||
public BattlemasterJoinArena(WorldPacket packet) : base(packet) { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user