From 9e8a5d4e52721f09bf7e1653bfba7f03e7403061 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 2 Jun 2019 23:55:57 +0300 Subject: Disable new shortcuts on zero clients Because on zero they still not implimented. --- src/map/packets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/packets.h') 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 -- cgit v1.2.3-60-g2f50