summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-11 03:28:34 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-11 15:51:49 +0300
commitb69cc890606be77416d1e1031c0041754fa51c52 (patch)
tree4f8c2b908d909800020baeb3ece07dbc086fc356 /src/net/eathena/packetsin.inc
parent6597e683da916a47705a23e67087b19a89bb0778 (diff)
downloadplus-b69cc890606be77416d1e1031c0041754fa51c52.tar.gz
plus-b69cc890606be77416d1e1031c0041754fa51c52.tar.bz2
plus-b69cc890606be77416d1e1031c0041754fa51c52.tar.xz
plus-b69cc890606be77416d1e1031c0041754fa51c52.zip
Add packet SMSG_RODEX_READ_MAIL 0x09eb.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r--src/net/eathena/packetsin.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc
index 669d574a4..17226fdf5 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -794,6 +794,9 @@ if (packetVersion >= 20131223)
// 20131230
packet(SMSG_RODEX_SEND_RESULT, 0x09ed, 3, &Mail2Recv::processSendResult, 20131230);
+// 20140115
+packet(SMSG_RODEX_READ_MAIL, 0x09eb, -1, &Mail2Recv::processReadMail, 20140115);
+
// 20140416
packet(SMSG_RODEX_OPEN_NEW_MAIL_WINDOW, 0x0a12, 27, &Mail2Recv::processOpenNewMailWindow, 20140416);