diff options
Diffstat (limited to 'src/net/eathena/loginhandler.h')
-rw-r--r-- | src/net/eathena/loginhandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
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, |