diff options
-rw-r--r-- | src/net/eathena/packetsout.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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); |