summaryrefslogtreecommitdiff
path: root/src/common/mmo.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/common/mmo.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/common/mmo.h')
-rw-r--r--src/common/mmo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index b58a70ae9..1fa6fadc8 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -139,7 +139,7 @@
// Note that newer clients no longer save hotkeys in the registry!
#define HOTKEY_SAVING
-#if PACKETVER_MAIN_NUM >= 20190522 || PACKETVER_RE_NUM >= 20190508
+#if PACKETVER_MAIN_NUM >= 20190522 || PACKETVER_RE_NUM >= 20190508 || PACKETVER_ZERO_NUM >= 20190605
#define MAX_HOTKEYS 38
#elif PACKETVER_MAIN_NUM >= 20141022 || PACKETVER_RE_NUM >= 20141015 || defined(PACKETVER_ZERO)
// (38 = 9 skills x 4 bars & 2 Quickslots)(0x07d9,268)
@@ -156,7 +156,7 @@
#endif
#endif // PACKETVER_MAIN_NUM >= 20070711 || PACKETVER_RE_NUM >= 20080827 || PACKETVER_AD_NUM >= 20070711 || PACKETVER_SAK_NUM >= 20070628 || defined(PACKETVER_ZERO)
-#if PACKETVER_MAIN_NUM >= 20190522 || PACKETVER_RE_NUM >= 20190508
+#if PACKETVER_MAIN_NUM >= 20190522 || PACKETVER_RE_NUM >= 20190508 || PACKETVER_ZERO_NUM >= 20190605
#define MAX_HOTKEYS_DB ((MAX_HOTKEYS) * 2)
#else
#define MAX_HOTKEYS_DB MAX_HOTKEYS