summaryrefslogtreecommitdiff
path: root/src/net/eathena/loginrecv.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-01-24 00:38:41 +0300
committerAndrei Karas <akaras@inbox.ru>2019-01-25 02:39:13 +0300
commit2811da7ca1e50f0d0cfcf44c98e78aa118bd9d7f (patch)
tree025bed0b429dd36c65d63b0507ef0eeeb0c8e944 /src/net/eathena/loginrecv.h
parent852ca6c80f1c7958b08f0bafcb783a48a51aabb8 (diff)
downloadplus-2811da7ca1e50f0d0cfcf44c98e78aa118bd9d7f.tar.gz
plus-2811da7ca1e50f0d0cfcf44c98e78aa118bd9d7f.tar.bz2
plus-2811da7ca1e50f0d0cfcf44c98e78aa118bd9d7f.tar.xz
plus-2811da7ca1e50f0d0cfcf44c98e78aa118bd9d7f.zip
Add packet SMSG_LOGIN_OTP
Diffstat (limited to 'src/net/eathena/loginrecv.h')
-rw-r--r--src/net/eathena/loginrecv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/loginrecv.h b/src/net/eathena/loginrecv.h
index f21f6eae7..4065c264f 100644
--- a/src/net/eathena/loginrecv.h
+++ b/src/net/eathena/loginrecv.h
@@ -38,6 +38,9 @@ namespace EAthena
void processCondingKey(Net::MessageIn &msg);
void processCharPasswordResponse(Net::MessageIn &msg);
void processLoginData(Net::MessageIn &msg);
+ void processLoginOtp1(Net::MessageIn &msg);
+ void processLoginOtp2(Net::MessageIn &msg);
+ void processLoginOtp3(Net::MessageIn &msg);
} // namespace LoginRecv
} // namespace EAthena