diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-11 20:05:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-11 20:05:12 +0300 |
commit | 0389a3eda12eb7f9ca3dcb8ad6b6817c41532071 (patch) | |
tree | 97294ba03cde095c39c8af223d58bf67b1f7b189 /src/net/eathena/packetsout.inc | |
parent | bde03f8dc53a64ac43b84cab4cc7b7b5f6bf4f48 (diff) | |
download | plus-0389a3eda12eb7f9ca3dcb8ad6b6817c41532071.tar.gz plus-0389a3eda12eb7f9ca3dcb8ad6b6817c41532071.tar.bz2 plus-0389a3eda12eb7f9ca3dcb8ad6b6817c41532071.tar.xz plus-0389a3eda12eb7f9ca3dcb8ad6b6817c41532071.zip |
Add packet CMSG_MAIL2_NEXT_PAGE 0x09ee.
Diffstat (limited to 'src/net/eathena/packetsout.inc')
-rw-r--r-- | src/net/eathena/packetsout.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc index 4c996253c..8d382bab1 100644 --- a/src/net/eathena/packetsout.inc +++ b/src/net/eathena/packetsout.inc @@ -322,6 +322,7 @@ packet(CMSG_MAIL2_OPEN_WRITE_MAIL, 0x0000, 0, nullptr); packet(CMSG_MAIL2_ADD_ITEM_TO_MAIL, 0x0000, 0, nullptr); packet(CMSG_MAIL2_REMOVE_ITEM_MAIL, 0x0000, 0, nullptr); packet(CMSG_MAIL2_SEND_MAIL, 0x0000, 0, nullptr); +packet(CMSG_MAIL2_NEXT_PAGE, 0x0000, 0, nullptr); #else // 20040713 if (packetVersion >= 20040713) @@ -1164,6 +1165,10 @@ if (packetVersion >= 20131218) packet(CMSG_STORAGE_PASSWORD, 0x085c, 36, clif->pStoragePassword); packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x0281, -1, clif->pItemListWindowSelected); } +if (packetVersion >= 20131218) +{ + packet(CMSG_MAIL2_NEXT_PAGE, 0x09ee, 11, clif->pRodexNextMaillist); +} // 20131223 if (packetVersion >= 20131223) |