summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/playerhandler.cpp')
-rw-r--r--src/net/eathena/playerhandler.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/net/eathena/playerhandler.cpp b/src/net/eathena/playerhandler.cpp
index d3b0e6803..0e206f2b7 100644
--- a/src/net/eathena/playerhandler.cpp
+++ b/src/net/eathena/playerhandler.cpp
@@ -456,7 +456,8 @@ void PlayerHandler::setShortcut(const int idx,
{
createOutPacket(CMSG_SET_SHORTCUTS);
if (packetVersionMain >= 20190522 ||
- packetVersionRe >= 20190508)
+ packetVersionRe >= 20190508 ||
+ packetVersionZero >= 20190605)
{
outMsg.writeInt16(CAST_S16(tab), "tab");
}
@@ -473,7 +474,8 @@ void PlayerHandler::shortcutShiftRow(const int row,
return;
createOutPacket(CMSG_SHORTCUTS_ROW_SHIFT);
if (packetVersionMain >= 20190522 ||
- packetVersionRe >= 20190508)
+ packetVersionRe >= 20190508 ||
+ packetVersionZero >= 20190605)
{
outMsg.writeInt16(CAST_S16(tab), "tab");
}