fixes exception being thrown

This commit is contained in:
hondacrx
2017-07-08 23:28:18 -04:00
parent 307a78c6a8
commit 7264fefd31
+1 -5
View File
@@ -683,17 +683,13 @@ namespace Game.Network.Packets
public SortReagentBankBags(WorldPacket packet) : base(packet) { }
public override void Read() { }
}
class SortBagsResult : ServerPacket
{
public SortBagsResult() : base(ServerOpcodes.SortBagsResult, ConnectionType.Instance) { }
public override void Write()
{
throw new NotImplementedException();
}
public override void Write() { }
}
//Structs