diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-11 01:39:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-11 01:39:28 +0300 |
commit | f9274c991314efefbc2efeca0beaa561603095de (patch) | |
tree | 3ecb3cb0ca597ec90584c58629494f26fa28159a /src/net/eathena/packetsin.inc | |
parent | 302519fb539d17a10061d590f051a23633be6cc4 (diff) | |
download | plus-f9274c991314efefbc2efeca0beaa561603095de.tar.gz plus-f9274c991314efefbc2efeca0beaa561603095de.tar.bz2 plus-f9274c991314efefbc2efeca0beaa561603095de.tar.xz plus-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.inc | 3 |
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) |