diff options
Diffstat (limited to 'src/net/eathena/loginrecv.cpp')
-rw-r--r-- | src/net/eathena/loginrecv.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/eathena/loginrecv.cpp b/src/net/eathena/loginrecv.cpp index 047c243e9..0bad05fb3 100644 --- a/src/net/eathena/loginrecv.cpp +++ b/src/net/eathena/loginrecv.cpp @@ -329,4 +329,10 @@ void LoginRecv::processLoginOtp3(Net::MessageIn &msg) msg.readString(tokenLen, "token"); } +void LoginRecv::processMobileOtp(Net::MessageIn &msg) +{ + UNIMPLEMENTEDPACKET; + msg.readBeingId("accound id"); +} + } // namespace EAthena |