From 9c2efbbe0e12e7cc24d74a5fbd91cb084fbad3b9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 26 Aug 2017 01:01:03 +0300 Subject: Fix packets version check condition. --- src/net/eathena/packetsout.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc index 652a29f66..96b13b1c7 100644 --- a/src/net/eathena/packetsout.inc +++ b/src/net/eathena/packetsout.inc @@ -1350,7 +1350,7 @@ if (packetVersion == 20140305) } // 20140326 -if (packetVersion == 20140326) +if (packetVersion >= 20140326) { packet(CMSG_MAIL2_REQUEST_MONEY, 0x09f1, 11, clif->pRodexRequestZeny); packet(CMSG_MAIL2_REQUEST_ITEMS, 0x09f3, 11, clif->pRodexRequestItems); -- cgit v1.2.3-60-g2f50