summaryrefslogtreecommitdiff
path: root/src/net/eathena/loginrecv.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-01-24 02:07:42 +0300
committerAndrei Karas <akaras@inbox.ru>2019-01-25 02:39:13 +0300
commita9d0898037feff6d3dce507ff0194fe8582a80a8 (patch)
treec6a4c5bee1acfb06f7d55fd94955a4fac620af7d /src/net/eathena/loginrecv.h
parent2811da7ca1e50f0d0cfcf44c98e78aa118bd9d7f (diff)
downloadplus-a9d0898037feff6d3dce507ff0194fe8582a80a8.tar.gz
plus-a9d0898037feff6d3dce507ff0194fe8582a80a8.tar.bz2
plus-a9d0898037feff6d3dce507ff0194fe8582a80a8.tar.xz
plus-a9d0898037feff6d3dce507ff0194fe8582a80a8.zip
Add packet SMSG_LOGIN_MOBILE_OTP 0x09a2
Diffstat (limited to 'src/net/eathena/loginrecv.h')
-rw-r--r--src/net/eathena/loginrecv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/loginrecv.h b/src/net/eathena/loginrecv.h
index 4065c264f..ac765bec6 100644
--- a/src/net/eathena/loginrecv.h
+++ b/src/net/eathena/loginrecv.h
@@ -41,6 +41,7 @@ namespace EAthena
void processLoginOtp1(Net::MessageIn &msg);
void processLoginOtp2(Net::MessageIn &msg);
void processLoginOtp3(Net::MessageIn &msg);
+ void processMobileOtp(Net::MessageIn &msg);
} // namespace LoginRecv
} // namespace EAthena