summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryrecv.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-03-03 04:48:04 +0300
committerAndrei Karas <akaras@inbox.ru>2019-03-03 04:48:04 +0300
commit56f4420c4f5689cb84a119193fda57dab51c8428 (patch)
tree17318f4e8a497793e483c4c52b31be9156a66dc9 /src/net/eathena/inventoryrecv.h
parentc2f54527e2a7047b5ef89f1b765efb51744d235e (diff)
downloadplus-56f4420c4f5689cb84a119193fda57dab51c8428.tar.gz
plus-56f4420c4f5689cb84a119193fda57dab51c8428.tar.bz2
plus-56f4420c4f5689cb84a119193fda57dab51c8428.tar.xz
plus-56f4420c4f5689cb84a119193fda57dab51c8428.zip
Impliment packet SMSG_INVENTORY_END 0x0b0b
Diffstat (limited to 'src/net/eathena/inventoryrecv.h')
-rw-r--r--src/net/eathena/inventoryrecv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/inventoryrecv.h b/src/net/eathena/inventoryrecv.h
index 9d1bbb819..a7af54a75 100644
--- a/src/net/eathena/inventoryrecv.h
+++ b/src/net/eathena/inventoryrecv.h
@@ -108,6 +108,7 @@ namespace EAthena
void processInventoryStartContinue(const NetInventoryTypeT type,
const std::string &name);
+ void processInventoryEndContinue(const NetInventoryTypeT invType);
} // namespace InventoryRecv
} // namespace EAthena