summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-10-15 19:10:54 +0300
committerAndrei Karas <akaras@inbox.ru>2017-10-18 16:21:43 +0300
commitebcf64c0ab592793bae3a9f77b5d87e912e0c2f6 (patch)
treef084eed06eb5a0c9b612e9bd48ddeffa13935b0b /src/net/eathena/packetsin.inc
parent8107a607f05176000630e73424cb14beae55a6f8 (diff)
downloadplus-ebcf64c0ab592793bae3a9f77b5d87e912e0c2f6.tar.gz
plus-ebcf64c0ab592793bae3a9f77b5d87e912e0c2f6.tar.bz2
plus-ebcf64c0ab592793bae3a9f77b5d87e912e0c2f6.tar.xz
plus-ebcf64c0ab592793bae3a9f77b5d87e912e0c2f6.zip
Add packet SMSG_MAIL2_MAIL_LIST_PAGE 0x0ac2.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r--src/net/eathena/packetsin.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc
index b12e6c212..382756a14 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -958,6 +958,12 @@ if (packetVersion >= 20170329)
packet(SMSG_CHAR_MAP_INFO, 0x0ac5, 156, &CharServerRecv::processCharMapInfo, 20170329);
}
+// 20170419
+if (packetVersion >= 20170419)
+{
+ packet(SMSG_MAIL2_MAIL_LIST_PAGE, 0x0ac2, -1, &Mail2Recv::processMailListPage, 20170419);
+}
+
// 20170502
if (packetVersion >= 20170502)
{