summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-09-26 04:27:48 +0300
committerAndrei Karas <akaras@inbox.ru>2018-09-26 04:27:48 +0300
commit93c40783e3fdc33cc82253d3927d2f508b7ebe1a (patch)
tree27c944631e9dce17a0cd9435dee8b0282b20e801 /src/net/eathena/packetsin.inc
parentf6b2109e3ae09f1b01d0e1c436f88f1f54dbd7d6 (diff)
downloadplus-93c40783e3fdc33cc82253d3927d2f508b7ebe1a.tar.gz
plus-93c40783e3fdc33cc82253d3927d2f508b7ebe1a.tar.bz2
plus-93c40783e3fdc33cc82253d3927d2f508b7ebe1a.tar.xz
plus-93c40783e3fdc33cc82253d3927d2f508b7ebe1a.zip
Add packet SMSG_BEING_VIEW_EQUIPMENT2 0x0b03.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-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 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);