diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-08-19 22:09:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-08-19 22:09:10 +0300 |
commit | 205fb78eab4072466c17116f7e39323aaa03ed2c (patch) | |
tree | 55e2cd56b5a9dee8d7271883c8665d857c3e08d6 /src/net/eathena/packetsout.inc | |
parent | dd35a596b1d5ac51a6aac853c07823ca60438df6 (diff) | |
download | plus-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/packetsout.inc')
-rw-r--r-- | src/net/eathena/packetsout.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc index 5b905d20c..124b58257 100644 --- a/src/net/eathena/packetsout.inc +++ b/src/net/eathena/packetsout.inc @@ -1643,6 +1643,13 @@ if (packetVersionMain >= 20190522) packet(CMSG_SHORTCUTS_ROW_SHIFT, 0x0b22, 3, clif->pHotkeyRowShift2); } +// 20190605 zero +if (packetVersionZero >= 20190605) +{ + packet(CMSG_SET_SHORTCUTS, 0x0b21, 13, clif->pHotkey2); + packet(CMSG_SHORTCUTS_ROW_SHIFT, 0x0b22, 3, clif->pHotkeyRowShift2); +} + // 20160622 if (packetVersion >= 20160622) { |