From f9274c991314efefbc2efeca0beaa561603095de Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 11 Aug 2017 01:39:28 +0300 Subject: Add packet SMSG_RODEX_ADD_ITEM_RESULT 0x0a05. --- src/net/eathena/packetsin.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/net/eathena/packetsin.inc') diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index 391491d5d..988c6ca16 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -820,6 +820,9 @@ if (packetVersion >= 20141022) packet(SMSG_VENDING_OPEN_STATUS, 0x0a28, 3, &VendingRecv::processOpenStatus, 20141022); } +// 20141119 +packet(SMSG_RODEX_ADD_ITEM_RESULT, 0x0a05, 53, &Mail2Recv::processAddItemResult, 20141119); + // 0 // evol packets if (serverVersion > 0) -- cgit v1.2.3-60-g2f50