From 93c40783e3fdc33cc82253d3927d2f508b7ebe1a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 26 Sep 2018 04:27:48 +0300 Subject: Add packet SMSG_BEING_VIEW_EQUIPMENT2 0x0b03. --- src/net/eathena/packetsin.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/net/eathena/packetsin.inc') diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index 10b4eafbf..639a2832a 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -1280,6 +1280,12 @@ if (packetVersionRe >= 20180704) packet(SMSG_ITEM_DROPPED, 0x0add, 24, &ItemRecv::processItemDropped, 20180704); } +// 20180801 +if (packetVersionRe >= 20180801) +{ + packet(SMSG_BEING_VIEW_EQUIPMENT2, 0x0b03, -1, &BeingRecv::processBeingViewEquipment2, 20180801); +} + // 0 // evol always packets packet(SMSG_SERVER_VERSION_RESPONSE, 0x7531, -1, &LoginRecv::processServerVersion, 0); -- cgit v1.2.3-70-g09d2