summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-06-02 23:35:22 +0200
committerGitHub <noreply@github.com>2019-06-02 23:35:22 +0200
commit000433f782f10f49582b8290b543d7e941e5f7a7 (patch)
tree8fe4b150facea0710c7bbb941f96dc154b293fbe /src/map/packets.h
parent20b1d37e3bdfd465543e91dde0519201a3e1b0fc (diff)
parent9e8a5d4e52721f09bf7e1653bfba7f03e7403061 (diff)
downloadhercules-000433f782f10f49582b8290b543d7e941e5f7a7.tar.gz
hercules-000433f782f10f49582b8290b543d7e941e5f7a7.tar.bz2
hercules-000433f782f10f49582b8290b543d7e941e5f7a7.tar.xz
hercules-000433f782f10f49582b8290b543d7e941e5f7a7.zip
Merge pull request #2490 from 4144/updatepackets
Disable new shortcuts on zero clients
Diffstat (limited to 'src/map/packets.h')
-rw-r--r--src/map/packets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/packets.h b/src/map/packets.h
index 8ff6c4993..45b47c921 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -1949,7 +1949,7 @@ packet(0x96e,clif->ackmergeitems);
packet(0x0b1c,clif->pPing);
#endif
-#if PACKETVER_MAIN_NUM >= 20190522 || PACKETVER_RE_NUM >= 20190508 || PACKETVER_ZERO_NUM >= 20190515
+#if PACKETVER_MAIN_NUM >= 20190522 || PACKETVER_RE_NUM >= 20190508
packet(0x0b21,clif->pHotkey2);
packet(0x0b22,clif->pHotkeyRowShift2); // CZ_SHORTCUTKEYBAR_ROTATE
#endif