diff options
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r-- | src/net/eathena/packetsin.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index 17226fdf5..fd62a46eb 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -777,6 +777,7 @@ if (packetVersion >= 20130731) // 20131218 packet(SMSG_RODEX_MAIL_LIST_PAGE, 0x09f0, -1, &Mail2Recv::processMailListPage, 20131218); +packet(SMSG_RODEX_MAIL_DELETE, 0x09f6, 11, &Mail2Recv::processMailDelete, 20131218); // 20131223 if (packetVersion >= 20131223) |