From c1f88822164bd9f19af7ea6b344a18cb1da8a493 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 28 Jun 2017 00:15:14 +0300 Subject: Add packet SMSG_PLAYER_INVENTORY_ADD 0x0a37. --- src/net/eathena/packetsin.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/net/eathena/packetsin.inc') diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index 6360b0e24..c49b1a23c 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -887,6 +887,12 @@ if (packetVersion >= 20160330) packet(SMSG_MAP_LOGIN_SUCCESS, 0x02eb, 13, &GameRecv::processMapLogin, 20080102); } +// 20160921 +if (packetVersion >= 20160921) +{ + packet(SMSG_PLAYER_INVENTORY_ADD, 0x0a37, 59, &InventoryRecv::processPlayerInventoryAdd, 20160921); +} + // 20170315 if (packetVersion >= 20170315) { -- cgit v1.2.3-70-g09d2