summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-11 02:05:38 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-11 02:05:38 +0300
commit7edf8dfdda5a1a9d506773d78d224b801b3fb381 (patch)
treec77bb2a65f61c65e3ea3aac63da3ccc3e82f4544 /src/net/eathena/packetsin.inc
parentf9274c991314efefbc2efeca0beaa561603095de (diff)
downloadplus-7edf8dfdda5a1a9d506773d78d224b801b3fb381.tar.gz
plus-7edf8dfdda5a1a9d506773d78d224b801b3fb381.tar.bz2
plus-7edf8dfdda5a1a9d506773d78d224b801b3fb381.tar.xz
plus-7edf8dfdda5a1a9d506773d78d224b801b3fb381.zip
Add packet SMSG_RODEX_REMOVE_ITEM_RESULT 0x0a07.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r--src/net/eathena/packetsin.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc
index 988c6ca16..9f94b2441 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -789,7 +789,10 @@ if (packetVersion >= 20131223)
}
// 20140416
-packet(SMSG_RODEX_OPEN_NEW_MAIL_WINDOW, 0x0a12, 27, &Mail2Recv::processOpenNewMailWindow, 20140416);
+packet(SMSG_RODEX_OPEN_NEW_MAIL_WINDOW, 0x0a12, 27, &Mail2Recv::processOpenNewMailWindow, 20140416);
+
+// 20140521
+packet(SMSG_RODEX_REMOVE_ITEM_RESULT, 0x0a07, 9, &Mail2Recv::processRemoveItemResult, 20140521);
// 20140613
if (packetVersion >= 20140613)