summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-05-15 05:35:40 +0300
committerAndrei Karas <akaras@inbox.ru>2019-06-02 00:23:24 +0300
commit0f4fd231e6660860c991bbcc59c075547245e71d (patch)
treee2a99f2b9a4b0f8ab2aa83191d0bbbe66e5931df /src/map/packets.h
parentc7cccdb4bcf02470a63b1cf36b00eb6135998849 (diff)
downloadhercules-0f4fd231e6660860c991bbcc59c075547245e71d.tar.gz
hercules-0f4fd231e6660860c991bbcc59c075547245e71d.tar.bz2
hercules-0f4fd231e6660860c991bbcc59c075547245e71d.tar.xz
hercules-0f4fd231e6660860c991bbcc59c075547245e71d.zip
Use new shortcuts packets in zero 2019-05-15 and main 2019-05-22
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 6df05900e..8ff6c4993 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_RE_NUM >= 20190508
+#if PACKETVER_MAIN_NUM >= 20190522 || PACKETVER_RE_NUM >= 20190508 || PACKETVER_ZERO_NUM >= 20190515
packet(0x0b21,clif->pHotkey2);
packet(0x0b22,clif->pHotkeyRowShift2); // CZ_SHORTCUTKEYBAR_ROTATE
#endif