summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-12-06 01:58:36 +0300
committerAndrei Karas <akaras@inbox.ru>2018-12-06 01:58:36 +0300
commit6dfaa3de02c61e25aa22ee81c982868cda78fb84 (patch)
tree55c24f31ce8cdfac7af295d067af516f43fd4bc4
parent0f2f8af5404b89e19dbbf7ce24f15b8dc6262b52 (diff)
downloadplus-6dfaa3de02c61e25aa22ee81c982868cda78fb84.tar.gz
plus-6dfaa3de02c61e25aa22ee81c982868cda78fb84.tar.bz2
plus-6dfaa3de02c61e25aa22ee81c982868cda78fb84.tar.xz
plus-6dfaa3de02c61e25aa22ee81c982868cda78fb84.zip
Add packet SMSG_ITEM_PREVIEW2 0x0b13 for zero packet type.
-rw-r--r--src/net/eathena/packetsin.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc
index 50c34c862..4fc207eb4 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -1409,6 +1409,12 @@ if (packetVersionRe >= 20181017)
packet(SMSG_ITEM_PREVIEW2, 0x0b13, 48, &InventoryRecv::processShowItemPreview2, 20181017);
}
+// 20181024 zero
+if (packetVersionZero >= 20181024)
+{
+ packet(SMSG_ITEM_PREVIEW2, 0x0b13, 48, &InventoryRecv::processShowItemPreview2, 20181024);
+}
+
// 20181031 re
if (packetVersionRe >= 20181031)
{