summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-08-19 22:09:10 +0300
committerAndrei Karas <akaras@inbox.ru>2019-08-19 22:09:10 +0300
commit205fb78eab4072466c17116f7e39323aaa03ed2c (patch)
tree55e2cd56b5a9dee8d7271883c8665d857c3e08d6 /src/net/eathena/packetsin.inc
parentdd35a596b1d5ac51a6aac853c07823ca60438df6 (diff)
downloadplus-205fb78eab4072466c17116f7e39323aaa03ed2c.tar.gz
plus-205fb78eab4072466c17116f7e39323aaa03ed2c.tar.bz2
plus-205fb78eab4072466c17116f7e39323aaa03ed2c.tar.xz
plus-205fb78eab4072466c17116f7e39323aaa03ed2c.zip
Update shortcuts related packets for zero
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 0fa21fd70..3b50b44c1 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -1811,6 +1811,12 @@ if (packetVersionRe >= 20190605)
packet(SMSG_HOMUNCULUS_INFO, 0x0b2f, 73, &HomunculusRecv::processHomunculusInfo3, 20190605);
}
+// 20190605 zero
+if (packetVersionZero >= 20190605)
+{
+ packet(SMSG_PLAYER_SHORTCUTS, 0x0b20, 271, &PlayerRecv::processPlayerShortcuts3, 20190605);
+}
+
// 20190619 main
if (packetVersionMain >= 20190619)
{