summaryrefslogtreecommitdiff
path: root/src/net/eathena/loginrecv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/loginrecv.cpp')
-rw-r--r--src/net/eathena/loginrecv.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/net/eathena/loginrecv.cpp b/src/net/eathena/loginrecv.cpp
index 41af09fa8..c387bd0c0 100644
--- a/src/net/eathena/loginrecv.cpp
+++ b/src/net/eathena/loginrecv.cpp
@@ -264,8 +264,10 @@ void LoginRecv::processLoginData(Net::MessageIn &msg)
Ea::LoginRecv::mToken.session_ID1 = msg.readInt32("session id1");
Ea::LoginRecv::mToken.account_ID = msg.readBeingId("accound id");
Ea::LoginRecv::mToken.session_ID2 = msg.readInt32("session id2");
+ // old IP and last login(time) fields have been removed from both TMWA
+ // and hercules over a decade ago.
msg.readInt32("old ip");
- loginData.lastLogin = msg.readString(24, "last login");
+ msg.readString(24, "last login");
msg.readInt16("unused");
// reserve bits for future usage