diff options
author | panikon <panikon@zoho.com> | 2014-07-09 00:19:37 -0300 |
---|---|---|
committer | panikon <panikon@zoho.com> | 2014-07-09 00:19:37 -0300 |
commit | 29de937a2d8b485498fa9ce573efebfb64e8d669 (patch) | |
tree | 62dcf35fc2fba45c7a108c3d60046a741b0a50df /src/map/packets_struct.h | |
parent | 7cd967f812ab741c41c416fb9f7c2a921c36e947 (diff) | |
download | hercules-29de937a2d8b485498fa9ce573efebfb64e8d669.tar.gz hercules-29de937a2d8b485498fa9ce573efebfb64e8d669.tar.bz2 hercules-29de937a2d8b485498fa9ce573efebfb64e8d669.tar.xz hercules-29de937a2d8b485498fa9ce573efebfb64e8d669.zip |
Fixed status_calc_regen crash issue:http://hercules.ws/board/tracker/issue-1298-mapserver-crashed-item-check/
Follow up to 7cd967f812ab741c41c416fb9f7c2a921c36e947
Diffstat (limited to 'src/map/packets_struct.h')
-rw-r--r-- | src/map/packets_struct.h | 3 |
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)); |