diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-04-10 16:39:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-04-10 20:03:53 +0300 |
commit | 0d1a57e8785a83a68e18cbdb32a064f4e252313c (patch) | |
tree | 564af3a26450ef7bc5902fbc49b5ef67ada7af3c /src/net/eathena/playerhandler.cpp | |
parent | 1a948c14e6057ff846ce0adfc2f6fe76d29f50a9 (diff) | |
download | plus-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.cpp | 2 |
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; |