diff --git a/core/sync/packets/PacketMEInventoryUpdate.java b/core/sync/packets/PacketMEInventoryUpdate.java index 46b970e3..d4dda61c 100644 --- a/core/sync/packets/PacketMEInventoryUpdate.java +++ b/core/sync/packets/PacketMEInventoryUpdate.java @@ -136,7 +136,7 @@ public class PacketMEInventoryUpdate extends AppEngPacket is.writeToPacket( tmp ); compressFrame.flush(); - if ( writtenBytes + tmp.readableBytes() > 30000 ) + if ( writtenBytes + tmp.readableBytes() > 2 * 1024 * 1024 ) // 2mb! throw new BufferOverflowException(); else {