Scripts/Commands: Improve .debug arena

Port From (https://github.com/TrinityCore/TrinityCore/commit/16edee0b0ea805f5d8f0abf5eedb2c66a6edb23f)
This commit is contained in:
Hondacrx
2025-12-08 14:47:43 -05:00
parent 17759869bb
commit 34e6130754
5 changed files with 60 additions and 10 deletions
@@ -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) { }