From 852ca6c80f1c7958b08f0bafcb783a48a51aabb8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 23 Jan 2019 23:45:41 +0300 Subject: Add packet CMSG_LOGIN_OTP_CODE 0x0ad0 --- src/net/tmwa/loginhandler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/tmwa/loginhandler.h') diff --git a/src/net/tmwa/loginhandler.h b/src/net/tmwa/loginhandler.h index 7539569a0..abd70cf69 100644 --- a/src/net/tmwa/loginhandler.h +++ b/src/net/tmwa/loginhandler.h @@ -63,6 +63,8 @@ class LoginHandler final : public Ea::LoginHandler void sendMobileCode(const BeingId accountId, const std::string &code) const override final; + void sendOtpCode(const std::string &code) const override final; + private: void sendLoginRegister(const std::string &restrict username, const std::string &restrict password, -- cgit v1.2.3-60-g2f50