summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-04-10 16:39:41 +0300
committerAndrei Karas <akaras@inbox.ru>2017-04-10 20:03:53 +0300
commit0d1a57e8785a83a68e18cbdb32a064f4e252313c (patch)
tree564af3a26450ef7bc5902fbc49b5ef67ada7af3c /src/net/eathena/playerhandler.cpp
parent1a948c14e6057ff846ce0adfc2f6fe76d29f50a9 (diff)
downloadplus-0d1a57e8785a83a68e18cbdb32a064f4e252313c.tar.gz
plus-0d1a57e8785a83a68e18cbdb32a064f4e252313c.tar.bz2
plus-0d1a57e8785a83a68e18cbdb32a064f4e252313c.tar.xz
plus-0d1a57e8785a83a68e18cbdb32a064f4e252313c.zip
Add some missing packets and move existing after hercules update.
Diffstat (limited to 'src/net/eathena/playerhandler.cpp')
-rw-r--r--src/net/eathena/playerhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/playerhandler.cpp b/src/net/eathena/playerhandler.cpp
index 81f072da4..415384156 100644
--- a/src/net/eathena/playerhandler.cpp
+++ b/src/net/eathena/playerhandler.cpp
@@ -457,7 +457,7 @@ void PlayerHandler::setShortcut(const int idx,
void PlayerHandler::shortcutShiftRow(const int row) const
{
- if (packetVersion < 20141022)
+ if (packetVersion < 20140129)
return;
if (serverVersion != 0 && serverVersion < 11)
return;