summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryrecv.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-11-03 01:11:18 +0300
committerAndrei Karas <akaras@inbox.ru>2018-11-03 01:11:18 +0300
commit661b65eb1c652ca9cd14ab3dae4adf619168028b (patch)
tree741d32837a9a4b683d9a627c37afde2ac803188e /src/net/eathena/inventoryrecv.h
parentc07baee8d0b788225966355533a58b49ae67c3a4 (diff)
downloadplus-661b65eb1c652ca9cd14ab3dae4adf619168028b.tar.gz
plus-661b65eb1c652ca9cd14ab3dae4adf619168028b.tar.bz2
plus-661b65eb1c652ca9cd14ab3dae4adf619168028b.tar.xz
plus-661b65eb1c652ca9cd14ab3dae4adf619168028b.zip
Add packet SMSG_ITEM_PREVIEW1 0x0ab9
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 28037063a..281a90e22 100644
--- a/src/net/eathena/inventoryrecv.h
+++ b/src/net/eathena/inventoryrecv.h
@@ -96,6 +96,7 @@ namespace EAthena
const int len,
const NetInventoryTypeT invType
A_UNUSED);
+ void processShowItemPreview1(Net::MessageIn &msg);
} // namespace InventoryRecv
} // namespace EAthena