From 19366a7eae5cb6862da3212f8d3e16fe0bf9255e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 23 Jan 2019 23:36:44 +0300 Subject: Add packet CMSG_LOGIN_MOBILE_OTP 0x09a3 --- src/net/eathena/loginhandler.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/net/eathena/loginhandler.h') diff --git a/src/net/eathena/loginhandler.h b/src/net/eathena/loginhandler.h index c50b5c465..87d5e16cf 100644 --- a/src/net/eathena/loginhandler.h +++ b/src/net/eathena/loginhandler.h @@ -58,6 +58,9 @@ class LoginHandler final : public Ea::LoginHandler void updatePacketVersion() const override final; + void sendMobileCode(const BeingId accountId, + const std::string &code) const override final; + private: void sendLoginRegister(const std::string &restrict username, const std::string &restrict password, -- cgit v1.2.3-70-g09d2