From b2db639b28d2183d18ba189d5b937605e0a73ae1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 31 Aug 2014 00:21:25 +0300 Subject: In eathena add support for error packet 0x083e. Also extend packets table. --- src/net/eathena/loginhandler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/eathena/loginhandler.h') diff --git a/src/net/eathena/loginhandler.h b/src/net/eathena/loginhandler.h index 5a5287da0..60cde7df7 100644 --- a/src/net/eathena/loginhandler.h +++ b/src/net/eathena/loginhandler.h @@ -68,6 +68,8 @@ class LoginHandler final : public MessageHandler, public Ea::LoginHandler void processUpdateHost2(Net::MessageIn &msg) const; + void processLoginError2(Net::MessageIn &msg) const; + private: void sendLoginRegister(const std::string &restrict username, const std::string &restrict password, -- cgit v1.2.3-60-g2f50