From c3a3ee96b1a5b8a94334b3a900b5cc29ba6571cc Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 3 Nov 2018 02:23:25 +0300 Subject: Add new inventory packets for main packet types (20181002) --- src/net/eathena/packetsin.inc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index 65c65b593..12ca2e38d 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -1364,6 +1364,15 @@ if (packetVersion >= 20181002) packet(SMSG_BEING_REMOVE_SPECIAL_EFFECT, 0x0b0d, 10, &BeingRecv::processBeingRemoveSpecialEffect, 20181002); } +// 20181002 main +if (packetVersionMain >= 20181002) +{ + packet(SMSG_INVENTORY_START3, 0x0b08, -1, &InventoryRecv::processInventoryStart3, 20181002); + packet(SMSG_INVENTORY_END2, 0x0b0b, 4, &InventoryRecv::processInventoryEnd2, 20181002); + packet(SMSG_PLAYER_COMBINED_INVENTORY2, 0x0b09, -1, &InventoryRecv::processPlayerCombinedInventory2, 20181002); + packet(SMSG_PLAYER_COMBINED_EQUIPMENT2, 0x0b0a, -1, &InventoryRecv::processPlayerCombinedEquipment2, 20181002); +} + // 20181010 zero if (packetVersionZero >= 20181010) { -- cgit v1.2.3-60-g2f50