From 653431655169659331999f4f2d63aa05cfcf3134 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 26 Jun 2019 22:37:08 +0300 Subject: Update packet CMSG_SHORTCUTS_ROW_SHIFT --- src/net/eathena/packetsout.inc | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'src/net/eathena/packetsout.inc') diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc index 5f5aa4847..f96c2563f 100644 --- a/src/net/eathena/packetsout.inc +++ b/src/net/eathena/packetsout.inc @@ -1299,7 +1299,7 @@ if (packetVersion >= 20140122) // 20140129 if (packetVersion >= 20140129) { - packet(CMSG_SHORTCUTS_ROW_SHIFT, 0x0a01, 3, clif->pHotkeyRowShift); + packet(CMSG_SHORTCUTS_ROW_SHIFT, 0x0a01, 3, clif->pHotkeyRowShift1); } // 20140212 @@ -1629,6 +1629,18 @@ if (packetVersionMain >= 20190227) packet(CMSG_MAP_PING2, 0x0b1c, 2, clif->pPing); } +// 20190508 re +if (packetVersionRe >= 20190508) +{ + packet(CMSG_SHORTCUTS_ROW_SHIFT, 0x0b22, 3, clif->pHotkeyRowShift2); +} + +// 20190522 main +if (packetVersionMain >= 20190522) +{ + packet(CMSG_SHORTCUTS_ROW_SHIFT, 0x0b22, 3, clif->pHotkeyRowShift2); +} + // 20160622 if (packetVersion >= 20160622) { -- cgit v1.2.3-70-g09d2