From 64841a9db70673c9e5ad61ab8d29585f7ebdf585 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 11 Jul 2018 22:23:24 +0300 Subject: Fix packet limit in function clif_parse_CashShopReqTab. --- src/map/clif.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/map/clif.c b/src/map/clif.c index feebb95bf..aaa4e8670 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -18761,7 +18761,8 @@ static void clif_parse_CashShopReqTab(int fd, struct map_session_data *sd) __att /* [Ind/Hercules] */ static void clif_parse_CashShopReqTab(int fd, struct map_session_data *sd) { -#if PACKETVER >= 20110222 +// [4144] packet exists only in 2011 and was dropped after +#if PACKETVER >= 20110222 && PACKETVER < 20120000 short tab = RFIFOW(fd, 2); int j; -- cgit v1.2.3-60-g2f50