summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryrecv.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-11-03 01:18:07 +0300
committerAndrei Karas <akaras@inbox.ru>2018-11-03 01:18:07 +0300
commit6490c4cffbf326ad8044c149d7ce100c94c02b8d (patch)
tree31eb4aa353e80f908da51cd047824309349dcfd5 /src/net/eathena/inventoryrecv.h
parent661b65eb1c652ca9cd14ab3dae4adf619168028b (diff)
downloadplus-6490c4cffbf326ad8044c149d7ce100c94c02b8d.tar.gz
plus-6490c4cffbf326ad8044c149d7ce100c94c02b8d.tar.bz2
plus-6490c4cffbf326ad8044c149d7ce100c94c02b8d.tar.xz
plus-6490c4cffbf326ad8044c149d7ce100c94c02b8d.zip
Add packet SMSG_ITEM_PREVIEW2 0x0b13.
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 281a90e22..35b48de38 100644
--- a/src/net/eathena/inventoryrecv.h
+++ b/src/net/eathena/inventoryrecv.h
@@ -97,6 +97,7 @@ namespace EAthena
const NetInventoryTypeT invType
A_UNUSED);
void processShowItemPreview1(Net::MessageIn &msg);
+ void processShowItemPreview2(Net::MessageIn &msg);
} // namespace InventoryRecv
} // namespace EAthena