Fix crash while loading server

This commit is contained in:
hondacrx
2020-08-09 16:53:41 -04:00
parent 301c9a2f62
commit 18528823d9
3 changed files with 3 additions and 7 deletions
@@ -775,7 +775,6 @@ namespace Game.Networking.Packets
public override void Write() { }
}
class PhaseShiftChange : ServerPacket
{
public PhaseShiftChange() : base(ServerOpcodes.PhaseShiftChange) { }
@@ -804,9 +803,6 @@ namespace Game.Networking.Packets
public List<ushort> VisibleMapIDs = new List<ushort>();
}
public class ZoneUnderAttack : ServerPacket
{
public ZoneUnderAttack() : base(ServerOpcodes.ZoneUnderAttack, ConnectionType.Instance) { }