summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsout.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-11 21:46:20 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-11 21:46:20 +0300
commit0d3db3288d4b626cbcfb3ee4a11f8d0ec760ae25 (patch)
tree336cd13a247ebc4dc587ecd3d9cdd84eeb052ac6 /src/net/eathena/packetsout.inc
parentef52dc33fb6c9f055bc947998951520fc3deaf18 (diff)
downloadplus-0d3db3288d4b626cbcfb3ee4a11f8d0ec760ae25.tar.gz
plus-0d3db3288d4b626cbcfb3ee4a11f8d0ec760ae25.tar.bz2
plus-0d3db3288d4b626cbcfb3ee4a11f8d0ec760ae25.tar.xz
plus-0d3db3288d4b626cbcfb3ee4a11f8d0ec760ae25.zip
Add packet CMSG_MAIL2_OPEN_MAILBOX 0x09e8.
Diffstat (limited to 'src/net/eathena/packetsout.inc')
-rw-r--r--src/net/eathena/packetsout.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc
index ed9574a09..dfe9808a2 100644
--- a/src/net/eathena/packetsout.inc
+++ b/src/net/eathena/packetsout.inc
@@ -328,6 +328,7 @@ packet(CMSG_MAIL2_DELETE_MAIL, 0x0000, 0, nullptr);
packet(CMSG_MAIL2_REQUEST_MONEY, 0x0000, 0, nullptr);
packet(CMSG_MAIL2_REQUEST_ITEMS, 0x0000, 0, nullptr);
packet(CMSG_MAIL2_REFRESH_MAIL_LIST, 0x0000, 0, nullptr);
+packet(CMSG_MAIL2_OPEN_MAILBOX, 0x0000, 0, nullptr);
#else
// 20040713
if (packetVersion >= 20040713)
@@ -1300,6 +1301,12 @@ if (packetVersion == 20140205)
packet(CMSG_NAME_REQUEST, 0x096a, 6, clif->pGetCharNameRequest);
}
+// 20140212
+if (packetVersion >= 20140212)
+{
+ packet(CMSG_MAIL2_OPEN_MAILBOX, 0x09e8, 11, clif->pRodexOpenMailbox);
+}
+
// 20140305
if (packetVersion == 20140305)
{