summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-01-24 20:13:06 +0300
committerAndrei Karas <akaras@inbox.ru>2019-01-25 02:39:13 +0300
commitd2fb1e8fe58821c598b88906b919a36fb29a72e9 (patch)
treed125c41a7a95b42f0fdc3819ae868818eb5a3e07 /src/net/eathena/packetsin.inc
parentf08d73feaf8ff09b9a7eb3caceeea8e8b1f93ee6 (diff)
downloadplus-d2fb1e8fe58821c598b88906b919a36fb29a72e9.tar.gz
plus-d2fb1e8fe58821c598b88906b919a36fb29a72e9.tar.bz2
plus-d2fb1e8fe58821c598b88906b919a36fb29a72e9.tar.xz
plus-d2fb1e8fe58821c598b88906b919a36fb29a72e9.zip
Add packet SMSG_INVENTORY_EXPANSION_ACK 0x0b15
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 b9dc5c645..fa6c6c827 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -1499,18 +1499,21 @@ if (packetVersionMain >= 20181128)
if (packetVersionZero >= 20181212)
{
packet(SMSG_INVENTORY_EXPANSION_INFO, 0x0b18, 4, &InventoryRecv::processInventoryExpansionInfo, 20181212);
+ packet(SMSG_INVENTORY_EXPANSION_ACK, 0x0b15, 7, &InventoryRecv::processInventoryExpansionAck, 20181212);
}
// 20181219 main
if (packetVersionMain >= 20181219)
{
packet(SMSG_INVENTORY_EXPANSION_INFO, 0x0b18, 4, &InventoryRecv::processInventoryExpansionInfo, 20181219);
+ packet(SMSG_INVENTORY_EXPANSION_ACK, 0x0b15, 7, &InventoryRecv::processInventoryExpansionAck, 20181219);
}
// 20181219 re
if (packetVersionRe >= 20181219)
{
packet(SMSG_INVENTORY_EXPANSION_INFO, 0x0b18, 4, &InventoryRecv::processInventoryExpansionInfo, 20181219);
+ packet(SMSG_INVENTORY_EXPANSION_ACK, 0x0b15, 7, &InventoryRecv::processInventoryExpansionAck, 20181219);
}
// 0