diff options
-rw-r--r-- | src/net/eathena/loginrecv.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/net/eathena/loginrecv.cpp b/src/net/eathena/loginrecv.cpp index e282d3207..2f6defc25 100644 --- a/src/net/eathena/loginrecv.cpp +++ b/src/net/eathena/loginrecv.cpp @@ -273,11 +273,8 @@ void LoginRecv::processLoginData(Net::MessageIn &msg) if (msg.getVersion() >= 20170315) { - msg.readInt32("unused1"); - msg.readInt32("unused1"); - msg.readInt32("unused1"); - msg.readInt32("unused1"); - msg.readUInt8("unused1"); + msg.readString(16, "twitter auth token"); + msg.readUInt8("twitter flag"); } for (int i = 0; i < worldCount; i++) |