From 6597e683da916a47705a23e67087b19a89bb0778 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 11 Aug 2017 02:54:16 +0300 Subject: Add packet SMSG_RODEX_MAIL_LIST_PAGE 0x09f0. --- src/net/eathena/packetsin.inc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/net/eathena/packetsin.inc') diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index 210981c72..669d574a4 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -775,6 +775,9 @@ if (packetVersion >= 20130731) packet(SMSG_SKILL_ENTRY, 0x09ca, -1, &BeingRecv::processSkillEntry, 20130731); } +// 20131218 +packet(SMSG_RODEX_MAIL_LIST_PAGE, 0x09f0, -1, &Mail2Recv::processMailListPage, 20131218); + // 20131223 if (packetVersion >= 20131223) { @@ -935,6 +938,12 @@ if (packetVersion >= 20160316) packet(SMSG_RODEX_CHECK_NAME_RESULT, 0x0a51, 34, &Mail2Recv::processCheckNameResult, 20160316); } +// 20160601 +if (packetVersion >= 20160601) +{ + packet(SMSG_RODEX_MAIL_LIST_PAGE, 0x0a7d, -1, &Mail2Recv::processMailListPage, 20160601); +} + // 20170329 if (packetVersion >= 20170329) { -- cgit v1.2.3-60-g2f50