summaryrefslogtreecommitdiff
path: root/src/map/packets_struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/packets_struct.h')
-rw-r--r--src/map/packets_struct.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h
index 3d49944d1..403ab6fa3 100644
--- a/src/map/packets_struct.h
+++ b/src/map/packets_struct.h
@@ -943,6 +943,9 @@ struct packet_npc_market_open {
unsigned int price;
unsigned int qty;
unsigned short view;
+ // It seems that the client doesn't have any hard-coded limit for this list
+ // it's possible to send up to 1890 items without dropping a packet that's
+ // too large [Panikon]
} list[1000];/* TODO: whats the actual max of this? */
} __attribute__((packed));