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/loginhandler.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/net/loginhandler.h') diff --git a/src/net/loginhandler.h b/src/net/loginhandler.h index d3c01dc70..3abc91443 100644 --- a/src/net/loginhandler.h +++ b/src/net/loginhandler.h @@ -24,6 +24,9 @@ #define NET_LOGINHANDLER_H #include "net/serverinfo.h" + +#include "enums/simpletypes/beingid.h" + #include "net/worldinfo.h" class LoginData; @@ -95,6 +98,9 @@ class LoginHandler notfinal virtual void updatePacketVersion() const = 0; + virtual void sendMobileCode(const BeingId accountId, + const std::string &code) const = 0; + virtual ~LoginHandler() { } -- cgit v1.2.3-70-g09d2