summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-06-30 20:09:57 +0200
committerGitHub <noreply@github.com>2019-06-30 20:09:57 +0200
commit1bda26086c0fea3d439468559f1c6b3f0acce0dc (patch)
treeae37522445e1aa573fa5e310fd1f45943256b77f /src/map/packets.h
parentabc127d7a82891e9d079847a4c01f5e7c429eee2 (diff)
parent72ee8cf7e1ea6a55639127d31aa4467dcb144eeb (diff)
downloadhercules-1bda26086c0fea3d439468559f1c6b3f0acce0dc.tar.gz
hercules-1bda26086c0fea3d439468559f1c6b3f0acce0dc.tar.bz2
hercules-1bda26086c0fea3d439468559f1c6b3f0acce0dc.tar.xz
hercules-1bda26086c0fea3d439468559f1c6b3f0acce0dc.zip
Merge pull request #2491 from 4144/updatepackets
Update packets up to 2019-06-05
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 45b47c921..83a9d0322 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
+#if PACKETVER_MAIN_NUM >= 20190522 || PACKETVER_RE_NUM >= 20190508 || PACKETVER_ZERO_NUM >= 20190605
packet(0x0b21,clif->pHotkey2);
packet(0x0b22,clif->pHotkeyRowShift2); // CZ_SHORTCUTKEYBAR_ROTATE
#endif