summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-06-02 23:55:57 +0300
committerAndrei Karas <akaras@inbox.ru>2019-06-02 23:55:57 +0300
commit9e8a5d4e52721f09bf7e1653bfba7f03e7403061 (patch)
tree8fe4b150facea0710c7bbb941f96dc154b293fbe /src/map/packets.h
parent20b1d37e3bdfd465543e91dde0519201a3e1b0fc (diff)
downloadhercules-9e8a5d4e52721f09bf7e1653bfba7f03e7403061.tar.gz
hercules-9e8a5d4e52721f09bf7e1653bfba7f03e7403061.tar.bz2
hercules-9e8a5d4e52721f09bf7e1653bfba7f03e7403061.tar.xz
hercules-9e8a5d4e52721f09bf7e1653bfba7f03e7403061.zip
Disable new shortcuts on zero clients
Because on zero they still not implimented.
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