From 08c14216d4b628ea7ecfbc2e7448632ec514f3db Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 24 Jan 2019 20:48:10 +0300 Subject: Add packet SMSG_INVENTORY_EXPANSION_RESULT 0x0b17 --- 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 fa6c6c827..053988d8e 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -1500,6 +1500,7 @@ if (packetVersionZero >= 20181212) { packet(SMSG_INVENTORY_EXPANSION_INFO, 0x0b18, 4, &InventoryRecv::processInventoryExpansionInfo, 20181212); packet(SMSG_INVENTORY_EXPANSION_ACK, 0x0b15, 7, &InventoryRecv::processInventoryExpansionAck, 20181212); + packet(SMSG_INVENTORY_EXPANSION_RESULT, 0x0b17, 3, &InventoryRecv::processInventoryExpansionResult, 20181212); } // 20181219 main @@ -1507,6 +1508,7 @@ if (packetVersionMain >= 20181219) { packet(SMSG_INVENTORY_EXPANSION_INFO, 0x0b18, 4, &InventoryRecv::processInventoryExpansionInfo, 20181219); packet(SMSG_INVENTORY_EXPANSION_ACK, 0x0b15, 7, &InventoryRecv::processInventoryExpansionAck, 20181219); + packet(SMSG_INVENTORY_EXPANSION_RESULT, 0x0b17, 3, &InventoryRecv::processInventoryExpansionResult, 20181212); } // 20181219 re @@ -1514,6 +1516,7 @@ if (packetVersionRe >= 20181219) { packet(SMSG_INVENTORY_EXPANSION_INFO, 0x0b18, 4, &InventoryRecv::processInventoryExpansionInfo, 20181219); packet(SMSG_INVENTORY_EXPANSION_ACK, 0x0b15, 7, &InventoryRecv::processInventoryExpansionAck, 20181219); + packet(SMSG_INVENTORY_EXPANSION_RESULT, 0x0b17, 3, &InventoryRecv::processInventoryExpansionResult, 20181212); } // 0 -- cgit v1.2.3-70-g09d2