summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-11 01:39:28 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-11 01:39:28 +0300
commitf9274c991314efefbc2efeca0beaa561603095de (patch)
tree3ecb3cb0ca597ec90584c58629494f26fa28159a /src/net/eathena/packetsin.inc
parent302519fb539d17a10061d590f051a23633be6cc4 (diff)
downloadManaVerse-f9274c991314efefbc2efeca0beaa561603095de.tar.gz
ManaVerse-f9274c991314efefbc2efeca0beaa561603095de.tar.bz2
ManaVerse-f9274c991314efefbc2efeca0beaa561603095de.tar.xz
ManaVerse-f9274c991314efefbc2efeca0beaa561603095de.zip
Add packet SMSG_RODEX_ADD_ITEM_RESULT 0x0a05.
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 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)